interface KmsEncryptionStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VerifiedPermissions.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsverifiedpermissions#CfnPolicyStorePropsMixin_KmsEncryptionStateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
Python | aws_cdk.cfn_property_mixins.aws_verifiedpermissions.CfnPolicyStorePropsMixin.KmsEncryptionStateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_verifiedpermissions » CfnPolicyStorePropsMixin » KmsEncryptionStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_verifiedpermissions as verifiedpermissions } from '@aws-cdk/cfn-property-mixins';
const kmsEncryptionStateProperty: verifiedpermissions.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