AWS::Interconnect::ConnectionResource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AttachPoint | AttachPoint | RequiredCreate-only |
ActivationKey | string | Create-only |
Bandwidth | string | |
Description | string | |
EnvironmentId | string | Create-only |
RemoteOwnerAccount | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the connection. |
BillingTier | integer | The billing tier for the connection. |
ConnectionId | string | The unique identifier for the connection. |
OwnerAccount | string | The AWS account ID of the connection owner. |
Provider | Provider | The partner cloud service provider. |
SharedId | string | The shared identifier for the connection pairing. |
State | string | The current state of the connection. |
Type | string | The type of managed connection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Interconnect::Connection
Resources:
MyResource:
Type: AWS::Interconnect::Connection
Properties:
AttachPoint: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
interconnect:CreateConnectioninterconnect:AcceptConnectionProposalinterconnect:TagResourceinterconnect:GetConnectioninterconnect:ListTagsForResourceinterconnect:UpdateConnectioninterconnect:GetConnectioninterconnect:TagResourceinterconnect:UntagResourceinterconnect:ListTagsForResourceinterconnect:GetConnectioninterconnect:DeleteConnectioninterconnect:ListConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AttachPointEnvironmentIdActivationKey