We recommend new projects start with resources from the AWS provider.
aws-native.networkmanager.Link
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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)
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.Aws Native. Network Manager. Inputs. Link Bandwidth - The Bandwidth for the link.
- Global
Network Id This property is required. string - The ID of the global network.
- Site
Id This property is required. string - The ID of the site
- Description string
- The description of the link.
- Provider string
- The provider of the link.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the link.
- Type string
- The type of the link.
- Bandwidth
This property is required. LinkBandwidth Args - The Bandwidth for the link.
- Global
Network Id This property is required. string - The ID of the global network.
- Site
Id This property is required. string - The ID of the site
- Description string
- The description of the link.
- Provider string
- The provider of the link.
- Tag
Args - The tags for the link.
- Type string
- The type of the link.
- bandwidth
This property is required. LinkBandwidth - The Bandwidth for the link.
- global
Network Id This property is required. String - The ID of the global network.
- site
Id This property is required. String - The ID of the site
- description String
- The description of the link.
- provider String
- The provider of the link.
- 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.
- global
Network Id This property is required. string - The ID of the global network.
- site
Id This property is required. string - The ID of the site
- description string
- The description of the link.
- provider string
- The provider of the link.
- Tag[]
- The tags for the link.
- type string
- The type of the link.
- bandwidth
This property is required. LinkBandwidth Args - 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.
- Sequence[Tag
Args] - The tags for the link.
- type str
- The type of the link.
- bandwidth
This property is required. Property Map - The Bandwidth for the link.
- global
Network Id This property is required. String - The ID of the global network.
- site
Id This property is required. String - The ID of the site
- description String
- The description of the link.
- provider String
- The provider of the link.
- 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:
- 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.
Supporting Types
LinkBandwidth, LinkBandwidthArgs
- Download
Speed int - Download speed in Mbps.
- Upload
Speed int - Upload speed in Mbps.
- Download
Speed int - Download speed in Mbps.
- Upload
Speed int - Upload speed in Mbps.
- download
Speed Integer - Download speed in Mbps.
- upload
Speed Integer - Upload speed in Mbps.
- download
Speed number - Download speed in Mbps.
- upload
Speed number - Upload speed in Mbps.
- download_
speed int - Download speed in Mbps.
- upload_
speed int - Upload speed in Mbps.
- download
Speed Number - Download speed in Mbps.
- upload
Speed Number - Upload speed in Mbps.
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.