Class: Aws::Kafka::Types::GetBootstrapBrokersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Returns a string containing one or more hostname:port pairs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bootstrap_broker_stringString

A string containing one or more hostname:port pairs.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_ipv_6String

A string that contains one or more DNS names (or IP) and port pairs for IPv6 connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_public_sasl_iamString

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_public_sasl_scramString

A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_public_tlsString

A string containing one or more DNS names (or IP addresses) and TLS port pairs. The following is an example.

{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_sasl_iamString

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_sasl_iam_ipv_6String

A string that contains one or more DNS names (or IP) and SASL IAM port pairs for IPv6 connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_sasl_scramString

A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_sasl_scram_ipv_6String

A string that contains one or more DNS names (or IP) and SASL SCRAM port pairs for IPv6 connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_tlsString

A string containing one or more DNS names (or IP addresses) and TLS port pairs. The following is an example.

{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094" }

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_tls_ipv_6String

A string that contains one or more DNS names (or IP) and TLS port pairs for IPv6 connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_vpc_connectivity_sasl_iamString

A string containing one or more dns name (or IP) and SASL IAM port pairs for VPC connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_vpc_connectivity_sasl_scramString

A string containing one or more dns name (or IP) and SASL SCRAM port pairs for VPC connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_string_vpc_connectivity_tlsString

A string containing one or more dns name (or IP) and Tls port pairs for VPC connectivity.

Returns:

  • (String)


2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2306

class GetBootstrapBrokersResponse < Struct.new(
  :bootstrap_broker_string,
  :bootstrap_broker_string_public_sasl_iam,
  :bootstrap_broker_string_public_sasl_scram,
  :bootstrap_broker_string_public_tls,
  :bootstrap_broker_string_tls,
  :bootstrap_broker_string_sasl_scram,
  :bootstrap_broker_string_sasl_iam,
  :bootstrap_broker_string_vpc_connectivity_tls,
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
  :bootstrap_broker_string_vpc_connectivity_sasl_iam,
  :bootstrap_broker_string_ipv_6,
  :bootstrap_broker_string_tls_ipv_6,
  :bootstrap_broker_string_sasl_scram_ipv_6,
  :bootstrap_broker_string_sasl_iam_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end