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.getGlobalNetwork
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::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.
- 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi