AWS Native
getGlobalNetwork
The AWS::NetworkManager::GlobalNetwork type specifies a global network of the user’s account
Using getGlobalNetwork
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 getGlobalNetwork(args: GetGlobalNetworkArgs, opts?: InvokeOptions): Promise<GetGlobalNetworkResult>
function getGlobalNetworkOutput(args: GetGlobalNetworkOutputArgs, opts?: InvokeOptions): Output<GetGlobalNetworkResult>
def get_global_network(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGlobalNetworkResult
def get_global_network_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGlobalNetworkResult]
func LookupGlobalNetwork(ctx *Context, args *LookupGlobalNetworkArgs, opts ...InvokeOption) (*LookupGlobalNetworkResult, error)
func LookupGlobalNetworkOutput(ctx *Context, args *LookupGlobalNetworkOutputArgs, opts ...InvokeOption) LookupGlobalNetworkResultOutput
> Note: This function is named LookupGlobalNetwork
in the Go SDK.
public static class GetGlobalNetwork
{
public static Task<GetGlobalNetworkResult> InvokeAsync(GetGlobalNetworkArgs args, InvokeOptions? opts = null)
public static Output<GetGlobalNetworkResult> Invoke(GetGlobalNetworkInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGlobalNetworkResult> getGlobalNetwork(GetGlobalNetworkArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: aws-native:networkmanager:getGlobalNetwork
Arguments:
# Arguments dictionary
The following arguments are supported:
- Id string
The ID of the global network.
- Id string
The ID of the global network.
- id String
The ID of the global network.
- id string
The ID of the global network.
- id str
The ID of the global network.
- id String
The ID of the global network.
getGlobalNetwork Result
The following output properties are available:
- Arn string
The Amazon Resource Name (ARN) of the global network.
- Description string
The description of the global network.
- Id string
The ID of the global network.
- List<Pulumi.
Aws Native. Network Manager. Outputs. Global Network Tag> The tags for the global network.
- Arn string
The Amazon Resource Name (ARN) of the global network.
- Description string
The description of the global network.
- Id string
The ID of the global network.
- []Global
Network Tag The tags for the global network.
- arn String
The Amazon Resource Name (ARN) of the global network.
- description String
The description of the global network.
- id String
The ID of the global network.
- List<Global
Network Tag> The tags for the global network.
- arn string
The Amazon Resource Name (ARN) of the global network.
- description string
The description of the global network.
- id string
The ID of the global network.
- Global
Network Tag[] The tags for the global network.
- arn str
The Amazon Resource Name (ARN) of the global network.
- description str
The description of the global network.
- id str
The ID of the global network.
- Sequence[Global
Network Tag] The tags for the global network.
- arn String
The Amazon Resource Name (ARN) of the global network.
- description String
The description of the global network.
- id String
The ID of the global network.
- List<Property Map>
The tags for the global network.
Supporting Types
GlobalNetworkTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0