AWS::MSK::Cluster EncryptionInTransit - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MSK::Cluster EncryptionInTransit

The settings for encrypting data in transit.

Syntax

To declare this entity in your Amazon 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 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 plaintext data.

PLAINTEXT means 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