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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStudio.StudioEncryptionConfigurationProperty
static final class
An implementation forCfnStudio.StudioEncryptionConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyType
The type of KMS key that is used to encrypt studio data. -
getKeyArn
The ARN for a KMS key that is used to encrypt studio data. -
builder
-