CfnSiteToSiteVpnAttachmentProps¶
-
class
aws_cdk.aws_networkmanager.
CfnSiteToSiteVpnAttachmentProps
(*, core_network_id=None, tags=None, vpn_connection_arn=None)¶ Bases:
object
Properties for defining a
CfnSiteToSiteVpnAttachment
.- Parameters
core_network_id (
Optional
[str
]) – The core network ID.tags (
Optional
[Sequence
[CfnTag
]]) – The tags associated with the site-to-site VPN attachment.vpn_connection_arn (
Optional
[str
]) – The ARN of the site-to-site VPN attachment.
- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_networkmanager as networkmanager cfn_site_to_site_vpn_attachment_props = networkmanager.CfnSiteToSiteVpnAttachmentProps( core_network_id="coreNetworkId", tags=[CfnTag( key="key", value="value" )], vpn_connection_arn="vpnConnectionArn" )
Attributes
-
core_network_id
¶ The core network ID.
The tags associated with the site-to-site VPN attachment.
-
vpn_connection_arn
¶ The ARN of the site-to-site VPN attachment.