Skip to content

Reset Enabled Baseline

controltower_reset_enabled_baseline R Documentation

Re-enables an EnabledBaseline resource

Description

Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU. For usage examples, see the Amazon Web Services Control Tower User Guide .

Usage

controltower_reset_enabled_baseline(enabledBaselineIdentifier)

Arguments

enabledBaselineIdentifier

[required] Specifies the ID of the EnabledBaseline resource to be re-enabled, in ARN format.

Value

A list with the following syntax:

list(
  operationIdentifier = "string"
)

Request syntax

svc$reset_enabled_baseline(
  enabledBaselineIdentifier = "string"
)