interface ServerSideEncryptionConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnDataSource.ServerSideEncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataSource_ServerSideEncryptionConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnDataSource.ServerSideEncryptionConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnDataSource.ServerSideEncryptionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnDataSource » ServerSideEncryptionConfigurationProperty |
Contains the configuration for server-side encryption.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const serverSideEncryptionConfigurationProperty: bedrock.CfnDataSource.ServerSideEncryptionConfigurationProperty = {
kmsKeyArn: 'kmsKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
kms | string | The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the resource. |
kmsKeyArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the resource.