Skip to content

Disable Baseline

controltower_disable_baseline R Documentation

Disable an EnabledBaseline resource on the specified Target

Description

Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see the Amazon Web Services Control Tower User Guide .

Usage

controltower_disable_baseline(enabledBaselineIdentifier)

Arguments

enabledBaselineIdentifier

[required] Identifier of the EnabledBaseline resource to be deactivated, in ARN format.

Value

A list with the following syntax:

list(
  operationIdentifier = "string"
)

Request syntax

svc$disable_baseline(
  enabledBaselineIdentifier = "string"
)