Interface CfnStudioPropsMixin.StudioEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStudioPropsMixin.StudioEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStudioPropsMixin
@Stability(Stable)
public static interface CfnStudioPropsMixin.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.cfnpropertymixins.services.nimblestudio.*;
StudioEncryptionConfigurationProperty studioEncryptionConfigurationProperty = StudioEncryptionConfigurationProperty.builder()
.keyArn("keyArn")
.keyType("keyType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnStudioPropsMixin.StudioEncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyArn
The ARN for a KMS key that is used to encrypt studio data.
.- See Also:
-
getKeyType
The type of KMS key that is used to encrypt studio data.
.- See Also:
-
builder
@Stability(Stable) static CfnStudioPropsMixin.StudioEncryptionConfigurationProperty.Builder builder()
-