Enable (apply) a Baseline to a Target
Source:R/controltower_operations.R
controltower_enable_baseline.RdEnable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target. For usage examples, see the Amazon Web Services Control Tower User Guide .
See https://www.paws-r-sdk.com/docs/controltower_enable_baseline/ for full documentation.
Usage
controltower_enable_baseline(
baselineVersion,
parameters = NULL,
baselineIdentifier,
targetIdentifier,
tags = NULL
)Arguments
- baselineVersion
[required] The specific version to be enabled of the specified baseline.
- parameters
A list of
key-valueobjects that specify enablement parameters, wherekeyis a string andvalueis a document of any type.- baselineIdentifier
[required] The ARN of the baseline to be enabled.
- targetIdentifier
[required] The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
Tags associated with input to
enable_baseline.