CfnEnabledControlProps

class aws_cdk.aws_controltower.CfnEnabledControlProps(*, control_identifier, target_identifier)

Bases: object

Properties for defining a CfnEnabledControl.

Parameters:
  • control_identifier (str) – The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.

  • target_identifier (str) – The ARN of the organizational unit.

Link:

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

ExampleMetadata:

fixture=_generated

Example:

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

cfn_enabled_control_props = controltower.CfnEnabledControlProps(
    control_identifier="controlIdentifier",
    target_identifier="targetIdentifier"
)

Attributes

control_identifier

The ARN of the control.

Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.

Link:

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

target_identifier

The ARN of the organizational unit.

Link:

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