We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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.26.0 published on Wednesday, Mar 12, 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>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]func LookupLink(ctx *Context, args *LookupLinkArgs, opts ...InvokeOption) (*LookupLinkResult, error)
func LookupLinkOutput(ctx *Context, args *LookupLinkOutputArgs, opts ...InvokeOption) LookupLinkResultOutput> 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)
}public static CompletableFuture<GetLinkResult> getLink(GetLinkArgs args, InvokeOptions options)
public static Output<GetLinkResult> getLink(GetLinkArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:networkmanager:getLink
  arguments:
    # arguments dictionaryThe following arguments are supported:
- GlobalNetwork stringId 
- The ID of the global network.
- LinkId string
- The ID of the link.
- GlobalNetwork stringId 
- The ID of the global network.
- LinkId string
- The ID of the link.
- globalNetwork StringId 
- The ID of the global network.
- linkId String
- The ID of the link.
- globalNetwork stringId 
- The ID of the global network.
- linkId string
- The ID of the link.
- global_network_ strid 
- The ID of the global network.
- link_id str
- The ID of the link.
- globalNetwork StringId 
- The ID of the global network.
- linkId String
- The ID of the link.
getLink Result
The following output properties are available:
- Bandwidth
Pulumi.Aws Native. Network Manager. Outputs. Link Bandwidth 
- 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.
- 
List<Pulumi.Aws Native. 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.
- 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.
- 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.
- 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.
- 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.
- 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
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi