Class: Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1624

class CreateSiteToSiteVpnAttachmentRequest < Struct.new(
  :core_network_id,
  :vpn_connection_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network where you're creating a site-to-site VPN attachment.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1624

class CreateSiteToSiteVpnAttachmentRequest < Struct.new(
  :core_network_id,
  :vpn_connection_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the request.

Returns:



1624
1625
1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1624

class CreateSiteToSiteVpnAttachmentRequest < Struct.new(
  :core_network_id,
  :vpn_connection_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_connection_arnString

The ARN identifying the VPN attachment.

Returns:

  • (String)


1624
1625
1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1624

class CreateSiteToSiteVpnAttachmentRequest < Struct.new(
  :core_network_id,
  :vpn_connection_arn,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end