AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.networkmanager.getLink
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:networkmanager:getLink
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Global
Network stringId  - The ID of the global network.
 - Link
Id string - The ID of the link.
 
- Global
Network stringId  - The ID of the global network.
 - Link
Id string - The ID of the link.
 
- global
Network StringId  - The ID of the global network.
 - link
Id String - The ID of the link.
 
- global
Network stringId  - The ID of the global network.
 - link
Id string - The ID of the link.
 
- global_
network_ strid  - The ID of the global network.
 - link_
id str - The ID of the link.
 
- global
Network StringId  - The ID of the global network.
 - link
Id 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.
 - Created
At string - The date and time that the device was created.
 - Description string
 - The description of the link.
 - Link
Arn string - The Amazon Resource Name (ARN) of the link.
 - Link
Id 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
Link
Bandwidth  - The Bandwidth for the link.
 - Created
At string - The date and time that the device was created.
 - Description string
 - The description of the link.
 - Link
Arn string - The Amazon Resource Name (ARN) of the link.
 - Link
Id 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
Link
Bandwidth  - The Bandwidth for the link.
 - created
At String - The date and time that the device was created.
 - description String
 - The description of the link.
 - link
Arn String - The Amazon Resource Name (ARN) of the link.
 - link
Id 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
Link
Bandwidth  - The Bandwidth for the link.
 - created
At string - The date and time that the device was created.
 - description string
 - The description of the link.
 - link
Arn string - The Amazon Resource Name (ARN) of the link.
 - link
Id 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
Link
Bandwidth  - 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.
 - created
At String - The date and time that the device was created.
 - description String
 - The description of the link.
 - link
Arn String - The Amazon Resource Name (ARN) of the link.
 - link
Id 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 
- 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
Package Details
- Repository
 - AWS Native pulumi/pulumi-aws-native
 - License
 - Apache-2.0
 
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi