GetBootstrapBrokersResult

data class GetBootstrapBrokersResult(val bootstrapBrokers: String, val bootstrapBrokersPublicSaslIam: String, val bootstrapBrokersPublicSaslScram: String, val bootstrapBrokersPublicTls: String, val bootstrapBrokersSaslIam: String, val bootstrapBrokersSaslScram: String, val bootstrapBrokersTls: String, val bootstrapBrokersVpcConnectivitySaslIam: String, val bootstrapBrokersVpcConnectivitySaslScram: String, val bootstrapBrokersVpcConnectivityTls: String, val clusterArn: String, val id: String)

A collection of values returned by getBootstrapBrokers.

Constructors

Link copied to clipboard
constructor(bootstrapBrokers: String, bootstrapBrokersPublicSaslIam: String, bootstrapBrokersPublicSaslScram: String, bootstrapBrokersPublicTls: String, bootstrapBrokersSaslIam: String, bootstrapBrokersSaslScram: String, bootstrapBrokersTls: String, bootstrapBrokersVpcConnectivitySaslIam: String, bootstrapBrokersVpcConnectivitySaslScram: String, bootstrapBrokersVpcConnectivityTls: String, clusterArn: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Comma separated list of one or more hostname:port pairs of kafka brokers suitable to bootstrap connectivity to the kafka cluster.

Link copied to clipboard

One or more DNS names (or IP addresses) and SASL IAM port pairs.

Link copied to clipboard

One or more DNS names (or IP addresses) and SASL SCRAM port pairs.

Link copied to clipboard

One or more DNS names (or IP addresses) and TLS port pairs.

Link copied to clipboard

One or more DNS names (or IP addresses) and SASL IAM port pairs.

Link copied to clipboard

One or more DNS names (or IP addresses) and SASL SCRAM port pairs.

Link copied to clipboard

One or more DNS names (or IP addresses) and TLS port pairs.

Link copied to clipboard

A string containing one or more DNS names (or IP addresses) and SASL IAM port pairs for VPC connectivity.

Link copied to clipboard

A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs for VPC connectivity.

Link copied to clipboard

A string containing one or more DNS names (or IP addresses) and TLS port pairs for VPC connectivity.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.