We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
Resource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
Using getConnection
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOptions): Output<GetConnectionResult>def get_connection(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionResult
def get_connection_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionResult]func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput> Note: This function is named LookupConnection in the Go SDK.
public static class GetConnection
{
public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
public static Output<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:interconnect:getConnection
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the connection.
- Arn string
- The Amazon Resource Name (ARN) of the connection.
- arn String
- The Amazon Resource Name (ARN) of the connection.
- arn string
- The Amazon Resource Name (ARN) of the connection.
- arn str
- The Amazon Resource Name (ARN) of the connection.
- arn String
- The Amazon Resource Name (ARN) of the connection.
getConnection Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the connection.
- Bandwidth string
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- Billing
Tier int - The billing tier for the connection.
- Connection
Id string - The unique identifier for the connection.
- Description string
- A description of the connection.
- Owner
Account string - The AWS account ID of the connection owner.
- Provider
Pulumi.
Aws Native. Interconnect. Outputs. Connection Provider - The partner cloud service provider.
- string
- The shared identifier for the connection pairing.
- State
Pulumi.
Aws Native. Interconnect. Connection State - The current state of the connection.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Type string
- The type of managed connection.
- Arn string
- The Amazon Resource Name (ARN) of the connection.
- Bandwidth string
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- Billing
Tier int - The billing tier for the connection.
- Connection
Id string - The unique identifier for the connection.
- Description string
- A description of the connection.
- Owner
Account string - The AWS account ID of the connection owner.
- Provider
Connection
Provider - The partner cloud service provider.
- string
- The shared identifier for the connection pairing.
- State
Connection
State Enum - The current state of the connection.
- Tag
- An array of key-value pairs to apply to this resource.
- Type string
- The type of managed connection.
- arn String
- The Amazon Resource Name (ARN) of the connection.
- bandwidth String
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- billing
Tier Integer - The billing tier for the connection.
- connection
Id String - The unique identifier for the connection.
- description String
- A description of the connection.
- owner
Account String - The AWS account ID of the connection owner.
- provider
Connection
Provider - The partner cloud service provider.
- String
- The shared identifier for the connection pairing.
- state
Connection
State - The current state of the connection.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- type String
- The type of managed connection.
- arn string
- The Amazon Resource Name (ARN) of the connection.
- bandwidth string
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- billing
Tier number - The billing tier for the connection.
- connection
Id string - The unique identifier for the connection.
- description string
- A description of the connection.
- owner
Account string - The AWS account ID of the connection owner.
- provider
Connection
Provider - The partner cloud service provider.
- string
- The shared identifier for the connection pairing.
- state
Connection
State - The current state of the connection.
- Tag[]
- An array of key-value pairs to apply to this resource.
- type string
- The type of managed connection.
- arn str
- The Amazon Resource Name (ARN) of the connection.
- bandwidth str
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- billing_
tier int - The billing tier for the connection.
- connection_
id str - The unique identifier for the connection.
- description str
- A description of the connection.
- owner_
account str - The AWS account ID of the connection owner.
- provider
Connection
Provider - The partner cloud service provider.
- str
- The shared identifier for the connection pairing.
- state
Connection
State - The current state of the connection.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- type str
- The type of managed connection.
- arn String
- The Amazon Resource Name (ARN) of the connection.
- bandwidth String
- The bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
- billing
Tier Number - The billing tier for the connection.
- connection
Id String - The unique identifier for the connection.
- description String
- A description of the connection.
- owner
Account String - The AWS account ID of the connection owner.
- provider Property Map
- The partner cloud service provider.
- String
- The shared identifier for the connection pairing.
- state "available" | "requested" | "pending" | "down" | "deleting" | "deleted" | "failed"
- The current state of the connection.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- type String
- The type of managed connection.
Supporting Types
ConnectionProvider
- Cloud
Service stringProvider - The name of the cloud service provider.
- Last
Mile stringProvider - The name of the last mile provider.
- Cloud
Service stringProvider - The name of the cloud service provider.
- Last
Mile stringProvider - The name of the last mile provider.
- cloud
Service StringProvider - The name of the cloud service provider.
- last
Mile StringProvider - The name of the last mile provider.
- cloud
Service stringProvider - The name of the cloud service provider.
- last
Mile stringProvider - The name of the last mile provider.
- cloud_
service_ strprovider - The name of the cloud service provider.
- last_
mile_ strprovider - The name of the last mile provider.
- cloud
Service StringProvider - The name of the cloud service provider.
- last
Mile StringProvider - The name of the last mile provider.
ConnectionState
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Apr 20, 2026 by Pulumi
