EnabledBaselineReference
- class aws_cdk.interfaces.aws_controltower.EnabledBaselineReference(*, enabled_baseline_identifier)
Bases:
objectA 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.interfaces import aws_controltower as interfaces_aws_controltower enabled_baseline_reference = interfaces_aws_controltower.EnabledBaselineReference( enabled_baseline_identifier="enabledBaselineIdentifier" )
Attributes
- enabled_baseline_identifier
The EnabledBaselineIdentifier of the EnabledBaseline resource.