AWS Native
getLink
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 dictionary
The 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.
- 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.
- List<Pulumi.
Aws Native. Network Manager. Outputs. Link Tag> The tags for the link.
- Type string
The type of the link.
- Bandwidth
Link
Bandwidth The Bandwidth for the link.
- 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.
- []Link
Tag The tags for the link.
- Type string
The type of the link.
- bandwidth
Link
Bandwidth The Bandwidth for the link.
- 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.
- List<Link
Tag> The tags for the link.
- type String
The type of the link.
- bandwidth
Link
Bandwidth The Bandwidth for the link.
- 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.
- Link
Tag[] The tags for the link.
- type string
The type of the link.
- bandwidth
Link
Bandwidth The Bandwidth for the link.
- 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.
- Sequence[Link
Tag] The tags for the link.
- type str
The type of the link.
- bandwidth Property Map
The Bandwidth for the link.
- 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.
- 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.
LinkTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0