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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.KeyUsagePropertyFlagsProperty
static final class
An implementation forCfnTemplate.KeyUsagePropertyFlagsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDecrypt
Allows key for encryption and decryption.- See Also:
-
getKeyAgreement
Allows key exchange without encryption.- See Also:
-
getSign
Allow key use for digital signature.- See Also:
-
builder
-