Interface CfnVectorBucket.EncryptionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVectorBucket.EncryptionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnVectorBucket

@Stability(Stable) public static interface CfnVectorBucket.EncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The encryption configuration for the vector bucket.

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.s3vectors.*;
 EncryptionConfigurationProperty encryptionConfigurationProperty = EncryptionConfigurationProperty.builder()
         .kmsKeyArn("kmsKeyArn")
         .sseType("sseType")
         .build();
 

See Also: