We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi
Resource Type definition for AWS::Neptune::GlobalCluster
Using getGlobalCluster
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 getGlobalCluster(args: GetGlobalClusterArgs, opts?: InvokeOptions): Promise<GetGlobalClusterResult>
function getGlobalClusterOutput(args: GetGlobalClusterOutputArgs, opts?: InvokeOptions): Output<GetGlobalClusterResult>def get_global_cluster(global_cluster_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGlobalClusterResult
def get_global_cluster_output(global_cluster_identifier: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGlobalClusterResult]func LookupGlobalCluster(ctx *Context, args *LookupGlobalClusterArgs, opts ...InvokeOption) (*LookupGlobalClusterResult, error)
func LookupGlobalClusterOutput(ctx *Context, args *LookupGlobalClusterOutputArgs, opts ...InvokeOption) LookupGlobalClusterResultOutput> Note: This function is named LookupGlobalCluster in the Go SDK.
public static class GetGlobalCluster
{
public static Task<GetGlobalClusterResult> InvokeAsync(GetGlobalClusterArgs args, InvokeOptions? opts = null)
public static Output<GetGlobalClusterResult> Invoke(GetGlobalClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGlobalClusterResult> getGlobalCluster(GetGlobalClusterArgs args, InvokeOptions options)
public static Output<GetGlobalClusterResult> getGlobalCluster(GetGlobalClusterArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:neptune:getGlobalCluster
arguments:
# arguments dictionarydata "aws-native_neptune_get_global_cluster" "name" {
# arguments
}The following arguments are supported:
- Global
Cluster stringIdentifier - The cluster identifier of the global database cluster.
- Global
Cluster stringIdentifier - The cluster identifier of the global database cluster.
- global_
cluster_ stringidentifier - The cluster identifier of the global database cluster.
- global
Cluster StringIdentifier - The cluster identifier of the global database cluster.
- global
Cluster stringIdentifier - The cluster identifier of the global database cluster.
- global_
cluster_ stridentifier - The cluster identifier of the global database cluster.
- global
Cluster StringIdentifier - The cluster identifier of the global database cluster.
getGlobalCluster Result
The following output properties are available:
- Deletion
Protection bool - Whether deletion protection is enabled.
- Engine
Version string - The version number of the database engine.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Deletion
Protection bool - Whether deletion protection is enabled.
- Engine
Version string - The version number of the database engine.
- Tag
- An array of key-value pairs to apply to this resource.
- deletion_
protection bool - Whether deletion protection is enabled.
- engine_
version string - The version number of the database engine.
- list(object)
- An array of key-value pairs to apply to this resource.
- deletion
Protection Boolean - Whether deletion protection is enabled.
- engine
Version String - The version number of the database engine.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- deletion
Protection boolean - Whether deletion protection is enabled.
- engine
Version string - The version number of the database engine.
- Tag[]
- An array of key-value pairs to apply to this resource.
- deletion_
protection bool - Whether deletion protection is enabled.
- engine_
version str - The version number of the database engine.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- deletion
Protection Boolean - Whether deletion protection is enabled.
- engine
Version String - The version number of the database engine.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
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.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi