We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.networkmanager.Link
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
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
The Link resource accepts the following input properties:
- Bandwidth
Pulumi.
Aws Native. Network Manager. Inputs. Link Bandwidth - The Bandwidth for the link.
- Global
Network stringId - The ID of the global network.
- Site
Id 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
Link
Bandwidth Args - The Bandwidth for the link.
- Global
Network stringId - The ID of the global network.
- Site
Id 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
Link
Bandwidth - The Bandwidth for the link.
- global
Network StringId - The ID of the global network.
- site
Id 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
Link
Bandwidth - The Bandwidth for the link.
- global
Network stringId - The ID of the global network.
- site
Id 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
Link
Bandwidth 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[Tag
Args] - The tags for the link.
- type str
- The type of the link.
- bandwidth Property Map
- The Bandwidth for the link.
- global
Network StringId - The ID of the global network.
- site
Id 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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi