Interface CommonControlReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CommonControlReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:46:57.034Z")
@Stability(Stable)
public interface CommonControlReference
extends software.amazon.jsii.JsiiSerializable
A reference to a CommonControl resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.controlcatalog.*;
CommonControlReference commonControlReference = CommonControlReference.builder()
.commonControlArn("commonControlArn")
.commonControlId("commonControlId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCommonControlReferencestatic final classAn implementation forCommonControlReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the CommonControl resource.The CommonControlId of the CommonControl resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCommonControlArn
The ARN of the CommonControl resource. -
getCommonControlId
The CommonControlId of the CommonControl resource. -
builder
- Returns:
- a
CommonControlReference.BuilderofCommonControlReference
-