Show / Hide Table of Contents

Class CfnCluster.EncryptionAtRestProperty

The data-volume encryption details.

Inheritance
System.Object
CfnCluster.EncryptionAtRestProperty
Implements
CfnCluster.IEncryptionAtRestProperty
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.AWS.MSK.dll
Syntax (csharp)
public class EncryptionAtRestProperty : Object, CfnCluster.IEncryptionAtRestProperty
Syntax (vb)
Public Class EncryptionAtRestProperty
    Inherits Object
    Implements CfnCluster.IEncryptionAtRestProperty
Remarks

You can't update encryption at rest settings for existing clusters.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.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.MSK;

var encryptionAtRestProperty = new EncryptionAtRestProperty {
    DataVolumeKmsKeyId = "dataVolumeKmsKeyId"
};

Synopsis

Constructors

EncryptionAtRestProperty()

Properties

DataVolumeKmsKeyId

The ARN of the Amazon KMS key for encrypting data at rest.

Constructors

EncryptionAtRestProperty()

public EncryptionAtRestProperty()

Properties

DataVolumeKmsKeyId

The ARN of the Amazon KMS key for encrypting data at rest.

public string DataVolumeKmsKeyId { get; set; }
Property Value

System.String

Remarks

If you don't specify a KMS key, MSK creates one for you and uses it.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-encryptionatrest.html#cfn-msk-cluster-encryptionatrest-datavolumekmskeyid

Implements

CfnCluster.IEncryptionAtRestProperty
Back to top Generated by DocFX