Enabled Baseline Args
data class EnabledBaselineArgs(val baselineIdentifier: Output<String>? = null, val baselineVersion: Output<String>? = null, val parameters: Output<List<EnabledBaselineParameterArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val targetIdentifier: Output<String>? = null) : ConvertibleToJava<EnabledBaselineArgs>
Definition of AWS::ControlTower::EnabledBaseline Resource Type
Properties
Link copied to clipboard
The specific Baseline
enabled as part of the EnabledBaseline
resource.
Link copied to clipboard
The enabled version of the Baseline
.
Link copied to clipboard
Parameters that are applied when enabling this Baseline
. These parameters configure the behavior of the baseline.
Link copied to clipboard
The target on which to enable the Baseline
.