AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::ConnectAttachment

NetworkManager ConnectAttachment

AWS::NetworkManager::ConnectAttachment Resource Type Definition

Properties

9 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AttachmentIdstringThe ID of the attachment.
AttachmentPolicyRuleNumberintegerThe policy rule number associated with the attachment.
AttachmentTypestringThe type of attachment.
CoreNetworkArnstringThe ARN of a core network.
CreatedAtstringCreation time of the attachment.
LastModificationErrorsArray<string>Errors from the last modification of the attachment.
OwnerAccountIdstringThe ID of the attachment account owner.
ResourceArnstringThe attachment resource ARN.
SegmentNamestringThe name of the segment attachment.
StatestringState of the attachment.
UpdatedAtstringLast update time of the attachment.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

networkmanager:GetConnectAttachmentnetworkmanager:CreateConnectAttachmentnetworkmanager:TagResourceec2:DescribeRegions

read

networkmanager:GetConnectAttachment

update

networkmanager:GetConnectAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegions

delete

networkmanager:GetConnectAttachmentnetworkmanager:DeleteAttachmentec2:DescribeRegions

list

networkmanager:ListAttachments

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkManager
Properties20
Required4
TaggingSupported
Primary IDAttachmentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CoreNetworkIdEdgeLocationTransportAttachmentIdOptionsRoutingPolicyLabel

External Links