Class: Aws::Kafka::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
The configuration of the Amazon VPCs for the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the cluster.
-
#subnet_ids ⇒ Array<String>
The IDs of the subnets associated with the cluster.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
The IDs of the security groups associated with the cluster.
2745 2746 2747 2748 2749 2750 |
# File 'lib/aws-sdk-kafka/types.rb', line 2745 class VpcConfig < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the subnets associated with the cluster.
2745 2746 2747 2748 2749 2750 |
# File 'lib/aws-sdk-kafka/types.rb', line 2745 class VpcConfig < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |