Interface CfnVariantStore.SseConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVariantStore.SseConfigProperty.Jsii$Proxy
- Enclosing class:
CfnVariantStore
@Stability(Stable)
public static interface CfnVariantStore.SseConfigProperty
extends software.amazon.jsii.JsiiSerializable
Server-side encryption (SSE) settings for a store.
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.omics.*; SseConfigProperty sseConfigProperty = SseConfigProperty.builder() .type("type") // the properties below are optional .keyArn("keyArn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVariantStore.SseConfigProperty
static final class
An implementation forCfnVariantStore.SseConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The encryption type. -
getKeyArn
An encryption key ARN. -
builder
-