Class: Aws::Kafka::Types::CreateVpcConnectionRequest

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

Overview

Request body for CreateVpcConnection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationString

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_subnetsArray<String>

The list of subnets in the client VPC.

Returns:

  • (Array<String>)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

The list of security groups to attach to the VPC connection.

Returns:

  • (Array<String>)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Create tags when creating the VPC connection.

Returns:

  • (Hash<String,String>)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#target_cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID of the VPC connection.

Returns:

  • (String)


1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1215

class CreateVpcConnectionRequest < Struct.new(
  :target_cluster_arn,
  :authentication,
  :vpc_id,
  :client_subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end