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

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.getLink

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.

Using getLink

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLink(args: GetLinkArgs, opts?: InvokeOptions): Promise<GetLinkResult>
function getLinkOutput(args: GetLinkOutputArgs, opts?: InvokeOptions): Output<GetLinkResult>
Copy
def get_link(global_network_id: Optional[str] = None,
             link_id: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetLinkResult
def get_link_output(global_network_id: Optional[pulumi.Input[str]] = None,
             link_id: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetLinkResult]
Copy
func LookupLink(ctx *Context, args *LookupLinkArgs, opts ...InvokeOption) (*LookupLinkResult, error)
func LookupLinkOutput(ctx *Context, args *LookupLinkOutputArgs, opts ...InvokeOption) LookupLinkResultOutput
Copy

> Note: This function is named LookupLink in the Go SDK.

public static class GetLink 
{
    public static Task<GetLinkResult> InvokeAsync(GetLinkArgs args, InvokeOptions? opts = null)
    public static Output<GetLinkResult> Invoke(GetLinkInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLinkResult> getLink(GetLinkArgs args, InvokeOptions options)
public static Output<GetLinkResult> getLink(GetLinkArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:networkmanager:getLink
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

GlobalNetworkId This property is required. string
The ID of the global network.
LinkId This property is required. string
The ID of the link.
GlobalNetworkId This property is required. string
The ID of the global network.
LinkId This property is required. string
The ID of the link.
globalNetworkId This property is required. String
The ID of the global network.
linkId This property is required. String
The ID of the link.
globalNetworkId This property is required. string
The ID of the global network.
linkId This property is required. string
The ID of the link.
global_network_id This property is required. str
The ID of the global network.
link_id This property is required. str
The ID of the link.
globalNetworkId This property is required. String
The ID of the global network.
linkId This property is required. String
The ID of the link.

getLink Result

The following output properties are available:

Bandwidth Pulumi.AwsNative.NetworkManager.Outputs.LinkBandwidth
The Bandwidth for the link.
CreatedAt string
The date and time that the device was created.
Description string
The description of the link.
LinkArn string
The Amazon Resource Name (ARN) of the link.
LinkId string
The ID of the link.
Provider string
The provider of the link.
State string
The state of the link.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags for the link.
Type string
The type of the link.
Bandwidth LinkBandwidth
The Bandwidth for the link.
CreatedAt string
The date and time that the device was created.
Description string
The description of the link.
LinkArn string
The Amazon Resource Name (ARN) of the link.
LinkId string
The ID of the link.
Provider string
The provider of the link.
State string
The state of the link.
Tags Tag
The tags for the link.
Type string
The type of the link.
bandwidth LinkBandwidth
The Bandwidth for the link.
createdAt String
The date and time that the device was created.
description String
The description of the link.
linkArn String
The Amazon Resource Name (ARN) of the link.
linkId String
The ID of the link.
provider String
The provider of the link.
state String
The state of the link.
tags List<Tag>
The tags for the link.
type String
The type of the link.
bandwidth LinkBandwidth
The Bandwidth for the link.
createdAt string
The date and time that the device was created.
description string
The description of the link.
linkArn string
The Amazon Resource Name (ARN) of the link.
linkId string
The ID of the link.
provider string
The provider of the link.
state string
The state of the link.
tags Tag[]
The tags for the link.
type string
The type of the link.
bandwidth LinkBandwidth
The Bandwidth for the link.
created_at str
The date and time that the device was created.
description str
The description of the link.
link_arn str
The Amazon Resource Name (ARN) of the link.
link_id str
The ID of the link.
provider str
The provider of the link.
state str
The state of the link.
tags Sequence[root_Tag]
The tags for the link.
type str
The type of the link.
bandwidth Property Map
The Bandwidth for the link.
createdAt String
The date and time that the device was created.
description String
The description of the link.
linkArn String
The Amazon Resource Name (ARN) of the link.
linkId String
The ID of the link.
provider String
The provider of the link.
state String
The state of the link.
tags List<Property Map>
The tags for the link.
type String
The type of the link.

Supporting Types

LinkBandwidth

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

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