Class: Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateSiteToSiteVpnAttachmentRequest
- Defined in:
- gems/aws-sdk-networkmanager/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.
1609 1610 1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1609 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.
1609 1610 1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1609 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.
1609 1610 1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1609 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.
1609 1610 1611 1612 1613 1614 1615 1616 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1609 class CreateSiteToSiteVpnAttachmentRequest < Struct.new( :core_network_id, :vpn_connection_arn, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |