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. You must set it to one of the following values.
-
TLS
: Indicates that client-broker communication is enabled with TLS only. -
TLS_PLAINTEXT
: Indicates that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data. -
PLAINTEXT
: Indicates that client-broker communication is enabled in plaintext only.
The default value is
TLS
.Required: No
Type: String
Allowed values:
TLS | TLS_PLAINTEXT | PLAINTEXT
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 plaintext.
The default value is true.
Required: No
Type: Boolean
Update requires: Replacement