Interface CfnAssessmentFramework.ControlSetControlProperty

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

@Stability(Stable) public static interface CfnAssessmentFramework.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.services.auditmanager.*;
 ControlSetControlProperty controlSetControlProperty = ControlSetControlProperty.builder()
         .id("id")
         .build();
 

See Also: