Class: Aws::Kafka::Types::KafkaClusterClientVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterClientVpcConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The security groups to attach to the ENIs for the broker nodes.
-
#subnet_ids ⇒ Array<String>
The list of subnets in the client VPC to connect to.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The security groups to attach to the ENIs for the broker nodes.
2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-kafka/types.rb', line 2136 class KafkaClusterClientVpcConfig < Struct.new( :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The list of subnets in the client VPC to connect to.
2136 2137 2138 2139 2140 2141 |
# File 'lib/aws-sdk-kafka/types.rb', line 2136 class KafkaClusterClientVpcConfig < Struct.new( :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |