Class ClusterEncryptionInfoEncryptionInTransitArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterEncryptionInfoEncryptionInTransitArgs : ResourceArgs
Constructors
View SourceClusterEncryptionInfoEncryptionInTransitArgs()
Declaration
public ClusterEncryptionInfoEncryptionInTransitArgs()
Properties
View SourceClientBroker
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> |
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> |