1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. networkmanager
  5. Link

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.networkmanager.Link

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

The AWS::NetworkManager::Link type describes a link.

Create Link Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Link(name: string, args: LinkArgs, opts?: CustomResourceOptions);
@overload
def Link(resource_name: str,
         args: LinkArgs,
         opts: Optional[ResourceOptions] = None)

@overload
def Link(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         bandwidth: Optional[LinkBandwidthArgs] = None,
         global_network_id: Optional[str] = None,
         site_id: Optional[str] = None,
         description: Optional[str] = None,
         provider: Optional[str] = None,
         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
         type: Optional[str] = None)
func NewLink(ctx *Context, name string, args LinkArgs, opts ...ResourceOption) (*Link, error)
public Link(string name, LinkArgs args, CustomResourceOptions? opts = null)
public Link(String name, LinkArgs args)
public Link(String name, LinkArgs args, CustomResourceOptions options)
type: aws-native:networkmanager:Link
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. LinkArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. LinkArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. LinkArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. LinkArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. LinkArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Link Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Link resource accepts the following input properties:

Bandwidth This property is required. Pulumi.AwsNative.NetworkManager.Inputs.LinkBandwidth
The Bandwidth for the link.
GlobalNetworkId This property is required. string
The ID of the global network.
SiteId This property is required. string
The ID of the site
Description string
The description of the link.
Provider string
The provider of the link.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags for the link.
Type string
The type of the link.
Bandwidth This property is required. LinkBandwidthArgs
The Bandwidth for the link.
GlobalNetworkId This property is required. string
The ID of the global network.
SiteId This property is required. string
The ID of the site
Description string
The description of the link.
Provider string
The provider of the link.
Tags TagArgs
The tags for the link.
Type string
The type of the link.
bandwidth This property is required. LinkBandwidth
The Bandwidth for the link.
globalNetworkId This property is required. String
The ID of the global network.
siteId This property is required. String
The ID of the site
description String
The description of the link.
provider String
The provider of the link.
tags List<Tag>
The tags for the link.
type String
The type of the link.
bandwidth This property is required. LinkBandwidth
The Bandwidth for the link.
globalNetworkId This property is required. string
The ID of the global network.
siteId This property is required. string
The ID of the site
description string
The description of the link.
provider string
The provider of the link.
tags Tag[]
The tags for the link.
type string
The type of the link.
bandwidth This property is required. LinkBandwidthArgs
The Bandwidth for the link.
global_network_id This property is required. str
The ID of the global network.
site_id This property is required. str
The ID of the site
description str
The description of the link.
provider str
The provider of the link.
tags Sequence[TagArgs]
The tags for the link.
type str
The type of the link.
bandwidth This property is required. Property Map
The Bandwidth for the link.
globalNetworkId This property is required. String
The ID of the global network.
siteId This property is required. String
The ID of the site
description String
The description of the link.
provider String
The provider of the link.
tags List<Property Map>
The tags for the link.
type String
The type of the link.

Outputs

All input properties are implicitly available as output properties. Additionally, the Link resource produces the following output properties:

CreatedAt string
The date and time that the device was created.
Id string
The provider-assigned unique ID for this managed resource.
LinkArn string
The Amazon Resource Name (ARN) of the link.
LinkId string
The ID of the link.
State string
The state of the link.
CreatedAt string
The date and time that the device was created.
Id string
The provider-assigned unique ID for this managed resource.
LinkArn string
The Amazon Resource Name (ARN) of the link.
LinkId string
The ID of the link.
State string
The state of the link.
createdAt String
The date and time that the device was created.
id String
The provider-assigned unique ID for this managed resource.
linkArn String
The Amazon Resource Name (ARN) of the link.
linkId String
The ID of the link.
state String
The state of the link.
createdAt string
The date and time that the device was created.
id string
The provider-assigned unique ID for this managed resource.
linkArn string
The Amazon Resource Name (ARN) of the link.
linkId string
The ID of the link.
state string
The state of the link.
created_at str
The date and time that the device was created.
id str
The provider-assigned unique ID for this managed resource.
link_arn str
The Amazon Resource Name (ARN) of the link.
link_id str
The ID of the link.
state str
The state of the link.
createdAt String
The date and time that the device was created.
id String
The provider-assigned unique ID for this managed resource.
linkArn String
The Amazon Resource Name (ARN) of the link.
linkId String
The ID of the link.
state String
The state of the link.

Supporting Types

LinkBandwidth
, LinkBandwidthArgs

DownloadSpeed int
Download speed in Mbps.
UploadSpeed int
Upload speed in Mbps.
DownloadSpeed int
Download speed in Mbps.
UploadSpeed int
Upload speed in Mbps.
downloadSpeed Integer
Download speed in Mbps.
uploadSpeed Integer
Upload speed in Mbps.
downloadSpeed number
Download speed in Mbps.
uploadSpeed number
Upload speed in Mbps.
download_speed int
Download speed in Mbps.
upload_speed int
Upload speed in Mbps.
downloadSpeed Number
Download speed in Mbps.
uploadSpeed Number
Upload speed in Mbps.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi