interface EncryptionKeyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Translate.CfnParallelData.EncryptionKeyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstranslate#CfnParallelData_EncryptionKeyProperty |
Java | software.amazon.awscdk.services.translate.CfnParallelData.EncryptionKeyProperty |
Python | aws_cdk.aws_translate.CfnParallelData.EncryptionKeyProperty |
TypeScript | aws-cdk-lib » aws_translate » CfnParallelData » 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-lib';
const encryptionKeyProperty: translate.CfnParallelData.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
The Amazon Resource Name (ARN) of the encryption key.
type
Type:
string
The type of encryption key.

.NET
Go
Java
Python
TypeScript