AWS Classic
Connection
Provides a Connection of Direct Connect.
Example Usage
using Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var hoge = new Aws.DirectConnect.Connection("hoge", new Aws.DirectConnect.ConnectionArgs
{
Bandwidth = "1Gbps",
Location = "EqDC2",
});
}
}
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v5/go/aws/directconnect"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := directconnect.NewConnection(ctx, "hoge", &directconnect.ConnectionArgs{
Bandwidth: pulumi.String("1Gbps"),
Location: pulumi.String("EqDC2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import java.util.*;
import java.io.*;
import java.nio.*;
import com.pulumi.*;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var hoge = new Connection("hoge", ConnectionArgs.builder()
.bandwidth("1Gbps")
.location("EqDC2")
.build());
}
}
import pulumi
import pulumi_aws as aws
hoge = aws.directconnect.Connection("hoge",
bandwidth="1Gbps",
location="EqDC2")
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const hoge = new aws.directconnect.Connection("hoge", {
bandwidth: "1Gbps",
location: "EqDC2",
});
resources:
hoge:
type: aws:directconnect:Connection
properties:
bandwidth: 1Gbps
location: EqDC2
Create a Connection Resource
new Connection(name: string, args: ConnectionArgs, opts?: CustomResourceOptions);
@overload
def Connection(resource_name: str,
opts: Optional[ResourceOptions] = None,
bandwidth: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
provider_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
@overload
def Connection(resource_name: str,
args: ConnectionArgs,
opts: Optional[ResourceOptions] = None)
func NewConnection(ctx *Context, name string, args ConnectionArgs, opts ...ResourceOption) (*Connection, error)
public Connection(string name, ConnectionArgs args, CustomResourceOptions? opts = null)
public Connection(String name, ConnectionArgs args)
public Connection(String name, ConnectionArgs args, CustomResourceOptions options)
type: aws:directconnect:Connection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConnectionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Connection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Connection resource accepts the following input properties:
- Bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- Location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- Name string
The name of the connection.
- Provider
Name string The name of the service provider associated with the connection.
- Dictionary<string, string>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- Bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- Location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- Name string
The name of the connection.
- Provider
Name string The name of the service provider associated with the connection.
- map[string]string
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- bandwidth String
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- location String
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name String
The name of the connection.
- provider
Name String The name of the service provider associated with the connection.
- Map<String,String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name string
The name of the connection.
- provider
Name string The name of the service provider associated with the connection.
- {[key: string]: string}
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- bandwidth str
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- location str
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name str
The name of the connection.
- provider_
name str The name of the service provider associated with the connection.
- Mapping[str, str]
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- bandwidth String
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- location String
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name String
The name of the connection.
- provider
Name String The name of the service provider associated with the connection.
- Map<String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Outputs
All input properties are implicitly available as output properties. Additionally, the Connection resource produces the following output properties:
- Arn string
The ARN of the connection.
- Aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- Has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- Id string
The provider-assigned unique ID for this managed resource.
- Jumbo
Frame boolCapable Boolean value representing if jumbo frames have been enabled for this connection.
- Owner
Account stringId The ID of the AWS account that owns the connection.
- Dictionary<string, string>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- Arn string
The ARN of the connection.
- Aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- Has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- Id string
The provider-assigned unique ID for this managed resource.
- Jumbo
Frame boolCapable Boolean value representing if jumbo frames have been enabled for this connection.
- Owner
Account stringId The ID of the AWS account that owns the connection.
- map[string]string
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn String
The ARN of the connection.
- aws
Device String The Direct Connect endpoint on which the physical connection terminates.
- has
Logical StringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- id String
The provider-assigned unique ID for this managed resource.
- jumbo
Frame BooleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- owner
Account StringId The ID of the AWS account that owns the connection.
- Map<String,String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn string
The ARN of the connection.
- aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- id string
The provider-assigned unique ID for this managed resource.
- jumbo
Frame booleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- owner
Account stringId The ID of the AWS account that owns the connection.
- {[key: string]: string}
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn str
The ARN of the connection.
- aws_
device str The Direct Connect endpoint on which the physical connection terminates.
- has_
logical_ strredundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- id str
The provider-assigned unique ID for this managed resource.
- jumbo_
frame_ boolcapable Boolean value representing if jumbo frames have been enabled for this connection.
- owner_
account_ strid The ID of the AWS account that owns the connection.
- Mapping[str, str]
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn String
The ARN of the connection.
- aws
Device String The Direct Connect endpoint on which the physical connection terminates.
- has
Logical StringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- id String
The provider-assigned unique ID for this managed resource.
- jumbo
Frame BooleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- owner
Account StringId The ID of the AWS account that owns the connection.
- Map<String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
Look up an Existing Connection Resource
Get an existing Connection resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ConnectionState, opts?: CustomResourceOptions): Connection
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
aws_device: Optional[str] = None,
bandwidth: Optional[str] = None,
has_logical_redundancy: Optional[str] = None,
jumbo_frame_capable: Optional[bool] = None,
location: Optional[str] = None,
name: Optional[str] = None,
owner_account_id: Optional[str] = None,
provider_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None) -> Connection
func GetConnection(ctx *Context, name string, id IDInput, state *ConnectionState, opts ...ResourceOption) (*Connection, error)
public static Connection Get(string name, Input<string> id, ConnectionState? state, CustomResourceOptions? opts = null)
public static Connection get(String name, Output<String> id, ConnectionState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Arn string
The ARN of the connection.
- Aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- Bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- Has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- Jumbo
Frame boolCapable Boolean value representing if jumbo frames have been enabled for this connection.
- Location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- Name string
The name of the connection.
- Owner
Account stringId The ID of the AWS account that owns the connection.
- Provider
Name string The name of the service provider associated with the connection.
- Dictionary<string, string>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Dictionary<string, string>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- Arn string
The ARN of the connection.
- Aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- Bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- Has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- Jumbo
Frame boolCapable Boolean value representing if jumbo frames have been enabled for this connection.
- Location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- Name string
The name of the connection.
- Owner
Account stringId The ID of the AWS account that owns the connection.
- Provider
Name string The name of the service provider associated with the connection.
- map[string]string
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- map[string]string
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn String
The ARN of the connection.
- aws
Device String The Direct Connect endpoint on which the physical connection terminates.
- bandwidth String
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- has
Logical StringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- jumbo
Frame BooleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- location String
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name String
The name of the connection.
- owner
Account StringId The ID of the AWS account that owns the connection.
- provider
Name String The name of the service provider associated with the connection.
- Map<String,String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Map<String,String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn string
The ARN of the connection.
- aws
Device string The Direct Connect endpoint on which the physical connection terminates.
- bandwidth string
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- has
Logical stringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- jumbo
Frame booleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- location string
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name string
The name of the connection.
- owner
Account stringId The ID of the AWS account that owns the connection.
- provider
Name string The name of the service provider associated with the connection.
- {[key: string]: string}
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- {[key: string]: string}
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn str
The ARN of the connection.
- aws_
device str The Direct Connect endpoint on which the physical connection terminates.
- bandwidth str
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- has_
logical_ strredundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- jumbo_
frame_ boolcapable Boolean value representing if jumbo frames have been enabled for this connection.
- location str
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name str
The name of the connection.
- owner_
account_ strid The ID of the AWS account that owns the connection.
- provider_
name str The name of the service provider associated with the connection.
- Mapping[str, str]
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Mapping[str, str]
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- arn String
The ARN of the connection.
- aws
Device String The Direct Connect endpoint on which the physical connection terminates.
- bandwidth String
The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps and 100Gbps. Case sensitive.
- has
Logical StringRedundancy Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
- jumbo
Frame BooleanCapable Boolean value representing if jumbo frames have been enabled for this connection.
- location String
The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use
locationCode
.- name String
The name of the connection.
- owner
Account StringId The ID of the AWS account that owns the connection.
- provider
Name String The name of the service provider associated with the connection.
- Map<String>
A map of tags to assign to the resource. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Map<String>
A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
Import
Direct Connect connections can be imported using the connection id
, e.g.,
$ pulumi import aws:directconnect/connection:Connection test_connection dxcon-ffre0ec3
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.