aws.kafka.get_bootstrap_brokers
Example SQL Queries
SELECT * FROMaws.kafka.get_bootstrap_brokersWHERE"cluster_arn" = 'VALUE';Description
A list of brokers that a client application can use to bootstrap.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Required Input Column The Amazon Resource Name (ARN) that uniquely identifies the cluster. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| bootstrap_broker_string A string containing one or more hostname:port pairs. | VARCHAR |
| bootstrap_broker_string_public_sasl_iam A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. | VARCHAR |
| bootstrap_broker_string_public_sasl_scram A string containing one or more DNS names (or IP) and Sasl Scram port pairs. | VARCHAR |
| bootstrap_broker_string_public_tls A string containing one or more DNS names (or IP) and TLS port pairs. | VARCHAR |
| bootstrap_broker_string_sasl_iam A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. | VARCHAR |
| bootstrap_broker_string_sasl_scram A string containing one or more DNS names (or IP) and Sasl Scram port pairs. | VARCHAR |
| bootstrap_broker_string_tls A string containing one or more DNS names (or IP) and TLS port pairs. | VARCHAR |
| bootstrap_broker_string_vpc_connectivity_sasl_iam A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity. | VARCHAR |
| bootstrap_broker_string_vpc_connectivity_sasl_scram A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity. | VARCHAR |
| bootstrap_broker_string_vpc_connectivity_tls A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity. | VARCHAR |