interface EncryptionStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VerifiedPermissions.Mixins.CfnPolicyStorePropsMixin.EncryptionStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsverifiedpermissions/mixins#CfnPolicyStorePropsMixin_EncryptionStateProperty |
Java | software.amazon.awscdk.mixins.preview.services.verifiedpermissions.mixins.CfnPolicyStorePropsMixin.EncryptionStateProperty |
Python | aws_cdk.mixins_preview.aws_verifiedpermissions.mixins.CfnPolicyStorePropsMixin.EncryptionStateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_verifiedpermissions » mixins » CfnPolicyStorePropsMixin » EncryptionStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as verifiedpermissions_mixins } from '@aws-cdk/mixins-preview/aws-verifiedpermissions';
declare const default_: any;
const encryptionStateProperty: verifiedpermissions_mixins.CfnPolicyStorePropsMixin.EncryptionStateProperty = {
default: default_,
kmsEncryptionState: {
encryptionContext: {
encryptionContextKey: 'encryptionContext',
},
key: 'key',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| default? | any | |
| kms | IResolvable | Kms |
default?
Type:
any
(optional)
kmsEncryptionState?
Type:
IResolvable | Kms
(optional)

.NET
Go
Java
Python
TypeScript