CfnEnabledBaselineMixinProps

class aws_cdk.mixins_preview.aws_controltower.mixins.CfnEnabledBaselineMixinProps(*, baseline_identifier=None, baseline_version=None, parameters=None, tags=None, target_identifier=None)

Bases: object

Properties for CfnEnabledBaselinePropsMixin.

Parameters:
  • baseline_identifier (Optional[str]) – The specific Baseline enabled as part of the EnabledBaseline resource.

  • baseline_version (Optional[str]) – The enabled version of the Baseline .

  • parameters (Union[IResolvable, Sequence[Union[IResolvable, ParameterProperty, Dict[str, Any]]], None]) – Shows the parameters that are applied when enabling this Baseline .

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]])

  • target_identifier (Optional[str]) – The target on which to enable the Baseline .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html

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.mixins_preview.aws_controltower import mixins as controltower_mixins

# value: Any

cfn_enabled_baseline_mixin_props = controltower_mixins.CfnEnabledBaselineMixinProps(
    baseline_identifier="baselineIdentifier",
    baseline_version="baselineVersion",
    parameters=[controltower_mixins.CfnEnabledBaselinePropsMixin.ParameterProperty(
        key="key",
        value=value
    )],
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    target_identifier="targetIdentifier"
)

Attributes

baseline_identifier

The specific Baseline enabled as part of the EnabledBaseline resource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-baselineidentifier

baseline_version

The enabled version of the Baseline .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-baselineversion

parameters

Shows the parameters that are applied when enabling this Baseline .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-parameters

tags

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-tags

Type:

see

target_identifier

The target on which to enable the Baseline .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html#cfn-controltower-enabledbaseline-targetidentifier