AWS::NetworkManager::VpcAttachmentAWS::NetworkManager::VpcAttachment Resoruce Type
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
SubnetArns | Array<string> | Required |
VpcArn | string | RequiredCreate-only |
Options | VpcOptions | |
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 | Id of the attachment. |
AttachmentPolicyRuleNumber | integer | The policy rule number associated with the attachment. |
AttachmentType | string | Attachment type. |
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. |
NetworkFunctionGroupName | string | The name of the network function group attachment. |
OwnerAccountId | string | Owner account of the attachment. |
ResourceArn | string | The ARN of the Resource. |
SegmentName | string | The name of the segment attachment.. |
State | string | 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::VpcAttachment
Resources:
MyResource:
Type: AWS::NetworkManager::VpcAttachment
Properties:
CoreNetworkId: "my-corenetworkid"
VpcArn: "arn:aws:service:region:account:resource"
SubnetArns: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateVpcAttachmentnetworkmanager:GetVpcAttachmentnetworkmanager:TagResourceec2:DescribeRegionsiam:CreateServiceLinkedRolenetworkmanager:GetVpcAttachmentnetworkmanager:UpdateVpcAttachmentnetworkmanager:GetVpcAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:DeleteAttachmentnetworkmanager:GetVpcAttachmentnetworkmanager:UntagResourceec2: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.
CoreNetworkIdVpcArnRoutingPolicyLabel