Interface CfnPolicyStorePropsMixin.EncryptionStateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyStorePropsMixin.EncryptionStateProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyStorePropsMixin
@Stability(Stable)
public static interface CfnPolicyStorePropsMixin.EncryptionStateProperty
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.verifiedpermissions.*;
Object default_;
EncryptionStateProperty encryptionStateProperty = EncryptionStateProperty.builder()
.default(default_)
.kmsEncryptionState(KmsEncryptionStateProperty.builder()
.encryptionContext(Map.of(
"encryptionContextKey", "encryptionContext"))
.key("key")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyStorePropsMixin.EncryptionStatePropertystatic final classAn implementation forCfnPolicyStorePropsMixin.EncryptionStateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Objectdefault ObjectReturns union: eitherIResolvableorCfnPolicyStorePropsMixin.KmsEncryptionStatePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultValue
- See Also:
-
getKmsEncryptionState
Returns union: eitherIResolvableorCfnPolicyStorePropsMixin.KmsEncryptionStateProperty- See Also:
-
builder
-