interface EncryptionKeyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Translate.CfnParallelDataPropsMixin.EncryptionKeyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awstranslate#CfnParallelDataPropsMixin_EncryptionKeyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.translate.CfnParallelDataPropsMixin.EncryptionKeyProperty |
Python | aws_cdk.cfn_property_mixins.aws_translate.CfnParallelDataPropsMixin.EncryptionKeyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_translate » CfnParallelDataPropsMixin » EncryptionKeyProperty |
The encryption key used to encrypt this object.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_translate as translate } from '@aws-cdk/cfn-property-mixins';
const encryptionKeyProperty: translate.CfnParallelDataPropsMixin.EncryptionKeyProperty = {
id: 'id',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The Amazon Resource Name (ARN) of the encryption key. |
| type? | string | The type of encryption key. |
id?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the encryption key.
type?
Type:
string
(optional)
The type of encryption key.

.NET
Go
Java
Python
TypeScript