interface KmsEncryptionStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VerifiedPermissions.Mixins.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsverifiedpermissions/mixins#CfnPolicyStorePropsMixin_KmsEncryptionStateProperty |
Java | software.amazon.awscdk.mixins.preview.services.verifiedpermissions.mixins.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
Python | aws_cdk.mixins_preview.aws_verifiedpermissions.mixins.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_verifiedpermissions » mixins » CfnPolicyStorePropsMixin » KmsEncryptionStateProperty |
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';
const kmsEncryptionStateProperty: verifiedpermissions_mixins.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty = {
encryptionContext: {
encryptionContextKey: 'encryptionContext',
},
key: 'key',
};
Properties
| Name | Type | Description |
|---|---|---|
| encryption | { [string]: string } | IResolvable | |
| key? | string |
encryptionContext?
Type:
{ [string]: string } | IResolvable
(optional)
key?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript