AWS::NetworkManager::ConnectAttachmentAWS::NetworkManager::ConnectAttachment Resource Type Definition
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
EdgeLocation | string | RequiredCreate-only |
Options | ConnectAttachmentOptions | RequiredCreate-only |
TransportAttachmentId | 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. |
CreatedAt | string | Creation time of the attachment. |
LastModificationErrors | Array<string> | Errors from the last modification of the attachment. |
OwnerAccountId | string | The ID of the attachment account owner. |
ResourceArn | string | The attachment resource ARN. |
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::ConnectAttachment
Resources:
MyResource:
Type: AWS::NetworkManager::ConnectAttachment
Properties:
CoreNetworkId: "my-corenetworkid"
EdgeLocation: "value"
TransportAttachmentId: "my-transportattachmentid"
Options: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:GetConnectAttachmentnetworkmanager:CreateConnectAttachmentnetworkmanager:TagResourceec2:DescribeRegionsnetworkmanager:GetConnectAttachmentnetworkmanager:GetConnectAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:GetConnectAttachmentnetworkmanager: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.
CoreNetworkIdEdgeLocationTransportAttachmentIdOptionsRoutingPolicyLabel