Show / Hide Table of Contents

Class CfnPipeline.EncryptionAtRestOptionsProperty

Options to control how OpenSearch encrypts buffer data.

Inheritance
object
CfnPipeline.EncryptionAtRestOptionsProperty
Implements
CfnPipeline.IEncryptionAtRestOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.OSIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipeline.EncryptionAtRestOptionsProperty : CfnPipeline.IEncryptionAtRestOptionsProperty
Syntax (vb)
Public Class CfnPipeline.EncryptionAtRestOptionsProperty Implements CfnPipeline.IEncryptionAtRestOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-encryptionatrestoptions.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.OSIS;

             var encryptionAtRestOptionsProperty = new EncryptionAtRestOptionsProperty {
                 KmsKeyArn = "kmsKeyArn"
             };

Synopsis

Constructors

EncryptionAtRestOptionsProperty()

Options to control how OpenSearch encrypts buffer data.

Properties

KmsKeyArn

The ARN of the KMS key used to encrypt buffer data.

Constructors

EncryptionAtRestOptionsProperty()

Options to control how OpenSearch encrypts buffer data.

public EncryptionAtRestOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-encryptionatrestoptions.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.OSIS;

             var encryptionAtRestOptionsProperty = new EncryptionAtRestOptionsProperty {
                 KmsKeyArn = "kmsKeyArn"
             };

Properties

KmsKeyArn

The ARN of the KMS key used to encrypt buffer data.

public string KmsKeyArn { get; set; }
Property Value

string

Remarks

By default, data is encrypted using an AWS owned key.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-encryptionatrestoptions.html#cfn-osis-pipeline-encryptionatrestoptions-kmskeyarn

Implements

CfnPipeline.IEncryptionAtRestOptionsProperty
Back to top Generated by DocFX