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 string
- The unique name of the resource.
- args LinkArgs
- 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 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 string
- The unique name of the resource.
- args LinkArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LinkArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
Pulumi.Aws Native. Network Manager. Inputs. Link Bandwidth 
- The Bandwidth for the link.
- GlobalNetwork stringId 
- The ID of the global network.
- SiteId 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
LinkBandwidth Args 
- The Bandwidth for the link.
- GlobalNetwork stringId 
- The ID of the global network.
- SiteId string
- The ID of the site
- Description string
- The description of the link.
- Provider string
- The provider of the link.
- 
TagArgs 
- The tags for the link.
- Type string
- The type of the link.
- bandwidth
LinkBandwidth 
- The Bandwidth for the link.
- globalNetwork StringId 
- The ID of the global network.
- siteId 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
LinkBandwidth 
- The Bandwidth for the link.
- globalNetwork stringId 
- The ID of the global network.
- siteId 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
LinkBandwidth Args 
- The Bandwidth for the link.
- global_network_ strid 
- The ID of the global network.
- site_id str
- The ID of the site
- description str
- The description of the link.
- provider str
- The provider of the link.
- 
Sequence[TagArgs] 
- The tags for the link.
- type str
- The type of the link.
- bandwidth Property Map
- The Bandwidth for the link.
- globalNetwork StringId 
- The ID of the global network.
- siteId 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    
- 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  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.