Class CfnSequenceStore.SseConfigProperty
Server-side encryption (SSE) settings for a store.
Inheritance
System.Object
CfnSequenceStore.SseConfigProperty
Implements
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.AWS.Omics.dll
Syntax (csharp)
public class SseConfigProperty : Object, CfnSequenceStore.ISseConfigProperty
Syntax (vb)
Public Class SseConfigProperty
Inherits Object
Implements CfnSequenceStore.ISseConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Omics;
var sseConfigProperty = new SseConfigProperty {
Type = "type",
// the properties below are optional
KeyArn = "keyArn"
};
Synopsis
Constructors
SseConfigProperty() |
Properties
KeyArn | An encryption key ARN. |
Type | The encryption type. |
Constructors
SseConfigProperty()
public SseConfigProperty()
Properties
KeyArn
An encryption key ARN.
public string KeyArn { get; set; }
Property Value
System.String
Remarks
Type
The encryption type.
public string Type { get; set; }
Property Value
System.String