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
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
Remarks
KmsKeyArn
Key Management Service key used to encrypt the collection.
string? KmsKeyArn { get; }