Enable Baseline
| controltower_enable_baseline | R Documentation |
Enable (apply) a Baseline to a Target¶
Description¶
Enable (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
.
Usage¶
controltower_enable_baseline(baselineVersion, parameters,
baselineIdentifier, targetIdentifier, tags)
Arguments¶
baselineVersion |
[required] The specific version to be enabled of the specified baseline. |
parameters |
A list of |
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 |
Tags associated with input to
|
Value¶
A list with the following syntax:
list(
operationIdentifier = "string",
arn = "string"
)
Request syntax¶
svc$enable_baseline(
baselineVersion = "string",
parameters = list(
list(
key = "string",
value = list()
)
),
baselineIdentifier = "string",
targetIdentifier = "string",
tags = list(
"string"
)
)