class Aws::Kafka::Types::EncryptionInTransit

The settings for encrypting data in transit.

@note When making an API call, you may pass EncryptionInTransit

data as a hash:

    {
      client_broker: "TLS", # accepts TLS, TLS_PLAINTEXT, PLAINTEXT
      in_cluster: false,
    }

@!attribute [rw] client_broker

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.
@return [String]

@!attribute [rw] in_cluster

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/EncryptionInTransit AWS API Documentation

Constants

SENSITIVE