This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::NetworkManager::DirectConnectGatewayAttachment
Creates an Amazon Direct Connect gateway attachment
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::NetworkManager::DirectConnectGatewayAttachment", "Properties" : { "CoreNetworkId" :String, "DirectConnectGatewayArn" :String, "EdgeLocations" :[ String, ... ], "ProposedNetworkFunctionGroupChange" :ProposedNetworkFunctionGroupChange, "ProposedSegmentChange" :ProposedSegmentChange, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::NetworkManager::DirectConnectGatewayAttachment Properties: CoreNetworkId:StringDirectConnectGatewayArn:StringEdgeLocations:- StringProposedNetworkFunctionGroupChange:ProposedNetworkFunctionGroupChangeProposedSegmentChange:ProposedSegmentChangeTags:- Tag
Properties
- CoreNetworkId
- Property description not available. - Required: Yes - Type: String - Update requires: Replacement 
- DirectConnectGatewayArn
- 
                    The Direct Connect gateway attachment ARN. Required: Yes Type: String Pattern: ^arn:[^:]{1,63}:directconnect::[^:]{0,63}:dx-gateway\/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$Minimum: 0Maximum: 500Update requires: Replacement 
- EdgeLocations
- Property description not available. - Required: Yes - Type: Array of String - Update requires: No interruption 
- ProposedNetworkFunctionGroupChange
- 
                    Describes proposed changes to a network function group. Required: No Type: ProposedNetworkFunctionGroupChange Update requires: No interruption 
- ProposedSegmentChange
- 
                    Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted. Required: No Type: ProposedSegmentChange Update requires: No interruption 
- Property description not available. - Required: No - Type: Array of Tag - Update requires: No interruption 
Return values
Ref
Fn::GetAtt
- AttachmentId
- Property description not available. 
- AttachmentPolicyRuleNumber
- Property description not available. 
- AttachmentType
- Property description not available. 
- CoreNetworkArn
- Property description not available. 
- CreatedAt
- Property description not available. 
- LastModificationErrors
- Property description not available. 
- NetworkFunctionGroupName
- 
                            The name of the network function group. 
- OwnerAccountId
- Property description not available. 
- ResourceArn
- Property description not available. 
- SegmentName
- Property description not available. 
- State
- Property description not available. 
- UpdatedAt
- Property description not available.