Show / Hide Table of Contents

Class ClusterEncryptionInfoEncryptionInTransit

Inheritance
System.Object
ClusterEncryptionInfoEncryptionInTransit
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 ClusterEncryptionInfoEncryptionInTransit

Fields

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 readonly string ClientBroker
Field Value
Type Description
System.String
View Source

InCluster

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

Declaration
public readonly bool? InCluster
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.