Class CfnEnabledControl

java.lang.Object
software.amazon.jsii.JsiiObject
All Implemented Interfaces:
IConstruct, IDependable, IInspectable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:56.037Z") @Stability(Stable) public class CfnEnabledControl extends CfnResource implements IInspectable
A CloudFormation AWS::ControlTower::EnabledControl.

The resource represents an enabled control. It specifies an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.controltower.*;
 CfnEnabledControl cfnEnabledControl = CfnEnabledControl.Builder.create(this, "MyCfnEnabledControl")
         .controlIdentifier("controlIdentifier")
         .targetIdentifier("targetIdentifier")
         .build();
 
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnEnabledControl

      protected CfnEnabledControl(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnEnabledControl

      protected CfnEnabledControl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnEnabledControl

      @Stability(Stable) public CfnEnabledControl(@NotNull Construct scope, @NotNull String id, @NotNull CfnEnabledControlProps props)
      Create a new AWS::ControlTower::EnabledControl.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      props -
      • resource properties.
      This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector -
      • tree inspector to collect and process attributes.
      This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getControlIdentifier

      @Stability(Stable) @NotNull public String getControlIdentifier()
      The ARN of the control.

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

    • setControlIdentifier

      @Stability(Stable) public void setControlIdentifier(@NotNull String value)
      The ARN of the control.

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

    • getTargetIdentifier

      @Stability(Stable) @NotNull public String getTargetIdentifier()
      The ARN of the organizational unit.
    • setTargetIdentifier

      @Stability(Stable) public void setTargetIdentifier(@NotNull String value)
      The ARN of the organizational unit.