interface KmsEncryptionSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VerifiedPermissions.CfnPolicyStorePropsMixin.KmsEncryptionSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsverifiedpermissions#CfnPolicyStorePropsMixin_KmsEncryptionSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyStorePropsMixin.KmsEncryptionSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_verifiedpermissions.CfnPolicyStorePropsMixin.KmsEncryptionSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_verifiedpermissions » CfnPolicyStorePropsMixin » KmsEncryptionSettingsProperty |
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 kmsEncryptionSettingsProperty: verifiedpermissions.CfnPolicyStorePropsMixin.KmsEncryptionSettingsProperty = {
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