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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStudio.StudioEncryptionConfigurationPropertystatic final classAn 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
-