Class: Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network where you’re creating a site-to-site VPN attachment.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the request.
-
#vpn_connection_arn ⇒ String
The ARN identifying the VPN attachment.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1836 class CreateSiteToSiteVpnAttachmentRequest < Struct.new( :core_network_id, :vpn_connection_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network where you’re creating a site-to-site VPN attachment.
1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1836 class CreateSiteToSiteVpnAttachmentRequest < Struct.new( :core_network_id, :vpn_connection_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with the request.
1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1836 class CreateSiteToSiteVpnAttachmentRequest < Struct.new( :core_network_id, :vpn_connection_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#vpn_connection_arn ⇒ String
The ARN identifying the VPN attachment.
1836 1837 1838 1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1836 class CreateSiteToSiteVpnAttachmentRequest < Struct.new( :core_network_id, :vpn_connection_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |