Interface CfnVariantStore.ISseConfigProperty
Server-side encryption (SSE) settings for a store.
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISseConfigProperty
Syntax (vb)
Public Interface 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
Properties
Key |
An encryption key ARN. |
Type | The encryption type. |
Properties
KeyArn
An encryption key ARN.
virtual string KeyArn { get; }
Property Value
System.
Remarks
Type
The encryption type.
string Type { get; }
Property Value
System.