Interface CfnApplication.EncryptionConfigurationProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnApplication.EncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
 CfnApplication
@Stability(Stable)
public static interface CfnApplication.EncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Provides the identifier of the AWS KMS 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 software.amazon.awscdk.services.qbusiness.*;
 EncryptionConfigurationProperty encryptionConfigurationProperty = EncryptionConfigurationProperty.builder()
         .kmsKeyId("kmsKeyId")
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.EncryptionConfigurationPropertystatic final classAn implementation forCfnApplication.EncryptionConfigurationProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getKmsKeyId
The identifier of the AWS KMS key.Amazon Q Business doesn't support asymmetric keys.
- See Also:
 
 - 
builder
 
 -