Interface CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty.Jsii$Proxy
Enclosing class:
CfnAssessmentFrameworkPropsMixin

@Stability(Stable) public static interface CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty extends software.amazon.jsii.JsiiSerializable
A reference to an existing control by ID.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.auditmanager.*;
 ControlSetControlProperty controlSetControlProperty = ControlSetControlProperty.builder()
         .id("id")
         .build();
 

See Also: