EnabledBaselineReference

class aws_cdk.aws_controltower.EnabledBaselineReference(*, enabled_baseline_identifier)

Bases: object

A reference to a EnabledBaseline resource.

Parameters:

enabled_baseline_identifier (str) – The EnabledBaselineIdentifier of the EnabledBaseline resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_controltower as controltower

enabled_baseline_reference = controltower.EnabledBaselineReference(
    enabled_baseline_identifier="enabledBaselineIdentifier"
)

Attributes

enabled_baseline_identifier

The EnabledBaselineIdentifier of the EnabledBaseline resource.