AWS::NetworkManager::SiteToSiteVpnAttachmentAWS::NetworkManager::SiteToSiteVpnAttachment Resource Type definition.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
VpnConnectionArn | string | RequiredCreate-only |
NetworkFunctionGroupName | string | |
ProposedNetworkFunctionGroupChange | ProposedNetworkFunctionGroupChange | |
ProposedSegmentChange | ProposedSegmentChange | |
RoutingPolicyLabel | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AttachmentId | string | The ID of the attachment. |
AttachmentPolicyRuleNumber | integer | The policy rule number associated with the attachment. |
AttachmentType | string | The type of attachment. |
CoreNetworkArn | string | The ARN of a core network for the VPC attachment. |
CreatedAt | string | Creation time of the attachment. |
EdgeLocation | string | The Region where the edge is located. |
LastModificationErrors | Array<string> | Errors from the last modification of the attachment. |
OwnerAccountId | string | Owner account of the attachment. |
ResourceArn | string | The ARN of the Resource. |
SegmentName | string | The name of the segment that attachment is in. |
State | string | The state of the attachment. |
UpdatedAt | string | Last update time of the attachment. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::SiteToSiteVpnAttachment
Resources:
MyResource:
Type: AWS::NetworkManager::SiteToSiteVpnAttachment
Properties:
CoreNetworkId: "my-corenetworkid"
VpnConnectionArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:GetSiteToSiteVpnAttachmentnetworkmanager:CreateSiteToSiteVpnAttachmentec2:DescribeRegionsnetworkmanager:TagResourcenetworkmanager:GetSiteToSiteVpnAttachmentnetworkmanager:GetSiteToSiteVpnAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:GetSiteToSiteVpnAttachmentnetworkmanager:DeleteAttachmentec2:DescribeRegionsnetworkmanager:ListAttachmentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAttachmentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CoreNetworkIdVpnConnectionArnRoutingPolicyLabel