interface ServerSideEncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataSourcePropsMixin_ServerSideEncryptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataSourcePropsMixin » 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/cfn-property-mixins';
const serverSideEncryptionConfigurationProperty: bedrock.CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty = {
kmsKeyArn: 'kmsKeyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| kms | string | The Amazon Resource Name (ARN) of the AWS key used to encrypt the resource. |
kmsKeyArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the AWS key used to encrypt the resource.

.NET
Go
Java
Python
TypeScript