Show / Hide Table of Contents

Class ClusterEncryptionInfoEncryptionInTransitGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterEncryptionInfoEncryptionInTransitGetArgs
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 ClusterEncryptionInfoEncryptionInTransitGetArgs : ResourceArgs

Constructors

View Source

ClusterEncryptionInfoEncryptionInTransitGetArgs()

Declaration
public ClusterEncryptionInfoEncryptionInTransitGetArgs()

Properties

View Source

ClientBroker

Encryption setting for data in transit between clients and brokers. Valid values: TLS, TLS_PLAINTEXT, and PLAINTEXT. Default value is TLS_PLAINTEXT when encryption_in_transit block defined, but TLS when encryption_in_transit block omitted.

Declaration
public Input<string> ClientBroker { get; set; }
Property Value
Type Description
Input<System.String>
View Source

InCluster

Whether data communication among broker nodes is encrypted. Default value: true.

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