Show / Hide Table of Contents

Class ClusterEncryptionInfo

Inheritance
System.Object
ClusterEncryptionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Msk.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionInfo

Fields

View Source

EncryptionAtRestKmsKeyArn

You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest.

Declaration
public readonly string EncryptionAtRestKmsKeyArn
Field Value
Type Description
System.String
View Source

EncryptionInTransit

Configuration block to specify encryption in transit. See below.

Declaration
public readonly ClusterEncryptionInfoEncryptionInTransit EncryptionInTransit
Field Value
Type Description
ClusterEncryptionInfoEncryptionInTransit
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.