Interface CfnTemplate.KeyUsagePropertyFlagsProperty

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

@Stability(Stable) public static interface CfnTemplate.KeyUsagePropertyFlagsProperty extends software.amazon.jsii.JsiiSerializable
Specifies key usage.

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.pcaconnectorad.*;
 KeyUsagePropertyFlagsProperty keyUsagePropertyFlagsProperty = KeyUsagePropertyFlagsProperty.builder()
         .decrypt(false)
         .keyAgreement(false)
         .sign(false)
         .build();
 

See Also: