Interface CfnAnnotationStore.SseConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnnotationStore.SseConfigProperty.Jsii$Proxy
Enclosing class:
CfnAnnotationStore

@Stability(Stable) public static interface CfnAnnotationStore.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();
 

See Also: