Show / Hide Table of Contents

Interface CfnCollection.IEncryptionConfigProperty

Encryption settings for the collection.

Namespace: Amazon.CDK.AWS.OpenSearchServerless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCollection.IEncryptionConfigProperty
Syntax (vb)
Public Interface CfnCollection.IEncryptionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.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.OpenSearchServerless;

             var encryptionConfigProperty = new EncryptionConfigProperty {
                 AwsOwnedKey = false,
                 KmsKeyArn = "kmsKeyArn"
             };

Synopsis

Properties

AwsOwnedKey

Indicates whether to use an AWS owned key for encryption.

KmsKeyArn

Key Management Service key used to encrypt the collection.

Properties

AwsOwnedKey

Indicates whether to use an AWS owned key for encryption.

object? AwsOwnedKey { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html#cfn-opensearchserverless-collection-encryptionconfig-awsownedkey

Type union: either bool or IResolvable

KmsKeyArn

Key Management Service key used to encrypt the collection.

string? KmsKeyArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html#cfn-opensearchserverless-collection-encryptionconfig-kmskeyarn

Back to top Generated by DocFX