EnabledBaselineArgs

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

Constructors

Link copied to clipboard
constructor(baselineIdentifier: Output<String>? = null, baselineVersion: Output<String>? = null, parameters: Output<List<EnabledBaselineParameterArgs>>? = null, tags: Output<List<TagArgs>>? = null, targetIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val baselineIdentifier: Output<String>? = null

The specific Baseline enabled as part of the EnabledBaseline resource.

Link copied to clipboard
val baselineVersion: Output<String>? = null

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
val tags: Output<List<TagArgs>>? = null

Tags associated with input to EnableBaseline .

Link copied to clipboard
val targetIdentifier: Output<String>? = null

The target on which to enable the Baseline .

Functions

Link copied to clipboard
open override fun toJava(): EnabledBaselineArgs