Interface CfnSecurityRequirementPackPropsMixin.SecurityRequirementProperty

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

@Stability(Stable) public static interface CfnSecurityRequirementPackPropsMixin.SecurityRequirementProperty extends software.amazon.jsii.JsiiSerializable
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.securityagent.*;
 SecurityRequirementProperty securityRequirementProperty = SecurityRequirementProperty.builder()
         .description("description")
         .domain("domain")
         .evaluation("evaluation")
         .name("name")
         .remediation("remediation")
         .build();
 

See Also: