Interface CfnStudio.StudioEncryptionConfigurationProperty

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

@Stability(Stable) public static interface CfnStudio.StudioEncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration of the encryption method that is used for the studio.

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.nimblestudio.*;
 StudioEncryptionConfigurationProperty studioEncryptionConfigurationProperty = StudioEncryptionConfigurationProperty.builder()
         .keyType("keyType")
         // the properties below are optional
         .keyArn("keyArn")
         .build();