interface EncryptionConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnInstanceStorageConfig.EncryptionConfigProperty |
![]() | software.amazon.awscdk.services.connect.CfnInstanceStorageConfig.EncryptionConfigProperty |
![]() | aws_cdk.aws_connect.CfnInstanceStorageConfig.EncryptionConfigProperty |
![]() | @aws-cdk/aws-connect » CfnInstanceStorageConfig » EncryptionConfigProperty |
The encryption configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as connect from '@aws-cdk/aws-connect';
const encryptionConfigProperty: connect.CfnInstanceStorageConfig.EncryptionConfigProperty = {
encryptionType: 'encryptionType',
keyId: 'keyId',
};
Properties
Name | Type | Description |
---|---|---|
encryption | string | The type of encryption. |
key | string | The full ARN of the encryption key. |
encryptionType
Type:
string
The type of encryption.
keyId
Type:
string
The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
Amazon Connect supports only KMS keys with the default key spec of
SYMMETRIC_DEFAULT
.