Interface CfnStandardPropsMixin.StandardsControlProperty

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

@Stability(Stable) public static interface CfnStandardPropsMixin.StandardsControlProperty extends software.amazon.jsii.JsiiSerializable
Provides details about an individual security control.

For a list of Security Hub CSPM controls, see Security Hub CSPM controls reference in the AWS Security Hub CSPM User Guide .

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.securityhub.*;
 StandardsControlProperty standardsControlProperty = StandardsControlProperty.builder()
         .reason("reason")
         .standardsControlArn("standardsControlArn")
         .build();
 

See Also: