Class: Aws::Kafka::Types::CreateVpcConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateVpcConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for CreateVpcConnection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #authentication ⇒ String
-
#client_subnets ⇒ Array<String>
The list of subnets in the client VPC.
-
#security_groups ⇒ Array<String>
The list of security groups to attach to the VPC connection.
-
#tags ⇒ Hash<String,String>
Create tags when creating the VPC connection.
-
#target_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#vpc_id ⇒ String
The VPC ID of the VPC connection.
Instance Attribute Details
#authentication ⇒ String
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#client_subnets ⇒ Array<String>
The list of subnets in the client VPC.
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
The list of security groups to attach to the VPC connection.
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Create tags when creating the VPC connection.
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#target_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the VPC connection.
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-kafka/types.rb', line 1234 class CreateVpcConnectionRequest < Struct.new( :target_cluster_arn, :authentication, :vpc_id, :client_subnets, :security_groups, :tags) SENSITIVE = [] include Aws::Structure end |