Class CfnCommonControl

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

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-24T11:46:43.377Z") @Stability(Stable) public class CfnCommonControl extends CfnResource implements IInspectable, ICommonControlRef
Resource Type definition for AWS::ControlCatalog::CommonControl.

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.controlcatalog.*;
 CfnCommonControl cfnCommonControl = CfnCommonControl.Builder.create(this, "MyCfnCommonControl").build();
 

See Also:
  • 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

    • CfnCommonControl

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

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

      @Stability(Stable) public CfnCommonControl(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnCommonControlProps props)
      Create a new AWS::ControlCatalog::CommonControl.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnCommonControl

      @Stability(Stable) public CfnCommonControl(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::ControlCatalog::CommonControl.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • arnForCommonControl

      @Stability(Stable) @NotNull public static String arnForCommonControl(@NotNull ICommonControlRef resource)
      Parameters:
      resource - This parameter is required.
    • fromCommonControlArn

      @Stability(Stable) @NotNull public static ICommonControlRef fromCommonControlArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn)
      Creates a new ICommonControlRef from an ARN.

      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      arn - This parameter is required.
    • fromCommonControlId

      @Stability(Stable) @NotNull public static ICommonControlRef fromCommonControlId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String commonControlId)
      Creates a new ICommonControlRef from a commonControlId.

      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      commonControlId - This parameter is required.
    • isCfnCommonControl

      @Stability(Stable) @NotNull public static Boolean isCfnCommonControl(@NotNull Object x)
      Checks whether the given object is a CfnCommonControl.

      Parameters:
      x - This parameter is required.
    • 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.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
    • getAttrCommonControlId

      @Stability(Stable) @NotNull public String getAttrCommonControlId()
    • getAttrCreateTime

      @Stability(Stable) @NotNull public String getAttrCreateTime()
    • getAttrDescription

      @Stability(Stable) @NotNull public String getAttrDescription()
    • getAttrDomain

      @Stability(Stable) @NotNull public IResolvable getAttrDomain()
    • getAttrDomainArn

      @Stability(Stable) @NotNull public String getAttrDomainArn()
    • getAttrDomainName

      @Stability(Stable) @NotNull public String getAttrDomainName()
    • getAttrLastUpdateTime

      @Stability(Stable) @NotNull public String getAttrLastUpdateTime()
    • getAttrName

      @Stability(Stable) @NotNull public String getAttrName()
    • getAttrObjective

      @Stability(Stable) @NotNull public IResolvable getAttrObjective()
    • getAttrObjectiveArn

      @Stability(Stable) @NotNull public String getAttrObjectiveArn()
    • getAttrObjectiveName

      @Stability(Stable) @NotNull public String getAttrObjectiveName()
    • getCfnProperties

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

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getCommonControlRef

      @Stability(Stable) @NotNull public CommonControlReference getCommonControlRef()
      A reference to a CommonControl resource.
      Specified by:
      getCommonControlRef in interface ICommonControlRef