Class: Aws::NetworkManager::Types::CreateVpcAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The client token associated with the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network for the VPC attachment.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::VpcOptions

Options for the VPC attachment.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#routing_policy_labelString

The routing policy label to apply to the VPC attachment for traffic routing decisions.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_arnsArray<String>

The subnet ARN of the VPC attachment.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key-value tags associated with the request.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_arnString

The ARN of the VPC.



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-networkmanager/types.rb', line 2191

class CreateVpcAttachmentRequest < Struct.new(
  :core_network_id,
  :vpc_arn,
  :subnet_arns,
  :options,
  :routing_policy_label,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end