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

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.

Returns:

  • (String)

1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-networkmanager/types.rb', line 1854

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)

1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-networkmanager/types.rb', line 1854

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:


1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-networkmanager/types.rb', line 1854

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)

1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-networkmanager/types.rb', line 1854

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