interface EncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnApplicationPropsMixin_EncryptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnApplicationPropsMixin.EncryptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » 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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const encryptionConfigurationProperty: qbusiness.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