@Stability(value=Stable)
public static interface CfnStudio.StudioEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudio.StudioEncryptionConfigurationProperty.Builder
A builder for
CfnStudio.StudioEncryptionConfigurationProperty |
static class |
CfnStudio.StudioEncryptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnStudio.StudioEncryptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudio.StudioEncryptionConfigurationProperty.Builder |
builder() |
default String |
getKeyArn()
The ARN for a KMS key that is used to encrypt studio data.
|
String |
getKeyType()
The type of KMS key that is used to encrypt studio data.
|
@Stability(value=Stable) @NotNull String getKeyType()
@Stability(value=Stable) @Nullable default String getKeyArn()
@Stability(value=Stable) static CfnStudio.StudioEncryptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.