Show / Hide Table of Contents

Class CfnSequenceStore.SseConfigProperty

Server-side encryption (SSE) settings for a store.

Inheritance
System.Object
CfnSequenceStore.SseConfigProperty
Implements
CfnSequenceStore.ISseConfigProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-sequencestore-sseconfig.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-sequencestore-sseconfig.html#cfn-omics-sequencestore-sseconfig-keyarn

Type

The encryption type.

public string Type { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-sequencestore-sseconfig.html#cfn-omics-sequencestore-sseconfig-type

Implements

CfnSequenceStore.ISseConfigProperty
Back to top Generated by DocFX