1. Packages
  2. AWS Native
  3. API Docs
  4. networkmanager
  5. getGlobalNetwork

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.networkmanager.getGlobalNetwork

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.
    CreatedAt string
    The date and time that the global network was created.
    Description string
    The description of the global network.
    Id string
    The ID of the global network.
    State string
    The state of the global network.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags for the global network.
    Arn string
    The Amazon Resource Name (ARN) of the global network.
    CreatedAt string
    The date and time that the global network was created.
    Description string
    The description of the global network.
    Id string
    The ID of the global network.
    State string
    The state of the global network.
    Tags Tag
    The tags for the global network.
    arn String
    The Amazon Resource Name (ARN) of the global network.
    createdAt String
    The date and time that the global network was created.
    description String
    The description of the global network.
    id String
    The ID of the global network.
    state String
    The state of the global network.
    tags List<Tag>
    The tags for the global network.
    arn string
    The Amazon Resource Name (ARN) of the global network.
    createdAt string
    The date and time that the global network was created.
    description string
    The description of the global network.
    id string
    The ID of the global network.
    state string
    The state of the global network.
    tags Tag[]
    The tags for the global network.
    arn str
    The Amazon Resource Name (ARN) of the global network.
    created_at str
    The date and time that the global network was created.
    description str
    The description of the global network.
    id str
    The ID of the global network.
    state str
    The state of the global network.
    tags Sequence[root_Tag]
    The tags for the global network.
    arn String
    The Amazon Resource Name (ARN) of the global network.
    createdAt String
    The date and time that the global network was created.
    description String
    The description of the global network.
    id String
    The ID of the global network.
    state String
    The state of the global network.
    tags List<Property Map>
    The tags for the global network.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi