AWS::MSK::Cluster EncryptionInTransit
The settings for encrypting data in transit.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClientBroker" :
String
, "InCluster" :Boolean
}
YAML
ClientBroker:
String
InCluster:Boolean
Properties
ClientBroker
-
Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
-
TLS
means that client-broker communication is enabled with TLS only. -
TLS_PLAINTEXT
means that client-broker communication is enabled for both TLS-encrypted, as well as plain text data. -
PLAINTEXT
means that client-broker communication is enabled in plain text only.
The default value is
TLS
.Required: No
Type: String
Update requires: No interruption
-
InCluster
-
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plain text. The default value is true.
Required: No
Type: Boolean
Update requires: Replacement