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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_subnetsArray<String>

The list of subnets in the client VPC.

Returns:

  • (Array<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

#security_groupsArray<String>

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

Returns:

  • (Array<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

#tagsHash<String,String>

Create tags when creating the VPC connection.

Returns:

  • (Hash<String,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

#target_cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (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

#vpc_idString

The VPC ID of the VPC connection.

Returns:

  • (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