We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 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)
public static Output<GetGlobalNetworkResult> getGlobalNetwork(GetGlobalNetworkArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:networkmanager:getGlobalNetwork
arguments:
# arguments dictionaryThe 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.
- Created
At 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.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the global network.
- Arn string
- The Amazon Resource Name (ARN) of the global network.
- Created
At 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.
- Tag
- The tags for the global network.
- arn String
- The Amazon Resource Name (ARN) of the global network.
- created
At 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.
- List<Tag>
- The tags for the global network.
- arn string
- The Amazon Resource Name (ARN) of the global network.
- created
At 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.
- 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.
- Sequence[root_Tag]
- The tags for the global network.
- arn String
- The Amazon Resource Name (ARN) of the global network.
- created
At 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.
- List<Property Map>
- The tags for the global network.
Supporting Types
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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
