Show / Hide Table of Contents

Class CfnSequenceStorePropsMixin.SseConfigProperty

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

Inheritance
object
CfnSequenceStorePropsMixin.SseConfigProperty
Implements
CfnSequenceStorePropsMixin.ISseConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Omics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSequenceStorePropsMixin.SseConfigProperty : CfnSequenceStorePropsMixin.ISseConfigProperty
Syntax (vb)
Public Class CfnSequenceStorePropsMixin.SseConfigProperty Implements CfnSequenceStorePropsMixin.ISseConfigProperty
Remarks

See: 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.CfnPropertyMixins.AWS.Omics;

             var sseConfigProperty = new SseConfigProperty {
                 KeyArn = "keyArn",
                 Type = "type"
             };

Synopsis

Constructors

SseConfigProperty()

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

Properties

KeyArn

An encryption key ARN.

Type

The encryption type.

Constructors

SseConfigProperty()

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

public SseConfigProperty()
Remarks

See: 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.CfnPropertyMixins.AWS.Omics;

             var sseConfigProperty = new SseConfigProperty {
                 KeyArn = "keyArn",
                 Type = "type"
             };

Properties

KeyArn

An encryption key ARN.

public string? KeyArn { get; set; }
Property Value

string

Remarks

See: 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

string

Remarks

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

Implements

CfnSequenceStorePropsMixin.ISseConfigProperty
Back to top Generated by DocFX