interface EncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsqbusiness/mixins#CfnApplicationPropsMixin_EncryptionConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.qbusiness.mixins.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_qbusiness.mixins.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_qbusiness » mixins » CfnApplicationPropsMixin » EncryptionConfigurationProperty |
Provides the identifier of the AWS key used to encrypt data indexed by Amazon Q Business.
Amazon Q Business doesn't support asymmetric keys.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as qbusiness_mixins } from '@aws-cdk/mixins-preview/aws-qbusiness';
const encryptionConfigurationProperty: qbusiness_mixins.CfnApplicationPropsMixin.EncryptionConfigurationProperty = {
kmsKeyId: 'kmsKeyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| kms | string | The identifier of the AWS key. |
kmsKeyId?
Type:
string
(optional)
The identifier of the AWS key.
Amazon Q Business doesn't support asymmetric keys.

.NET
Go
Java
Python
TypeScript