Show / Hide Table of Contents

Class ClusterEncryptionInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterEncryptionInfoArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionInfoArgs : ResourceArgs

Constructors

View Source

ClusterEncryptionInfoArgs()

Declaration
public ClusterEncryptionInfoArgs()

Properties

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 Input<string> EncryptionAtRestKmsKeyArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EncryptionInTransit

Configuration block to specify encryption in transit. See below.

Declaration
public Input<ClusterEncryptionInfoEncryptionInTransitArgs> EncryptionInTransit { get; set; }
Property Value
Type Description
Input<ClusterEncryptionInfoEncryptionInTransitArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.