We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
The AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
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: Optional[pulumi.Input[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:docdb:getGlobalCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- Global
Cluster stringIdentifier - The cluster identifier of the global cluster.
- Global
Cluster stringIdentifier - The cluster identifier of the global cluster.
- global
Cluster StringIdentifier - The cluster identifier of the global cluster.
- global
Cluster stringIdentifier - The cluster identifier of the global cluster.
- global_
cluster_ stridentifier - The cluster identifier of the global cluster.
- global
Cluster StringIdentifier - The cluster identifier of the global cluster.
getGlobalCluster Result
The following output properties are available:
- Deletion
Protection bool - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- Global
Cluster stringArn - The Amazon Resource Name (ARN) for the global cluster.
- Global
Cluster stringResource Id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags to be assigned to the Amazon DocumentDB resource.
- Deletion
Protection bool - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- Global
Cluster stringArn - The Amazon Resource Name (ARN) for the global cluster.
- Global
Cluster stringResource Id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
- Tag
- The tags to be assigned to the Amazon DocumentDB resource.
- deletion
Protection Boolean - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- global
Cluster StringArn - The Amazon Resource Name (ARN) for the global cluster.
- global
Cluster StringResource Id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
- List<Tag>
- The tags to be assigned to the Amazon DocumentDB resource.
- deletion
Protection boolean - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- global
Cluster stringArn - The Amazon Resource Name (ARN) for the global cluster.
- global
Cluster stringResource Id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
- Tag[]
- The tags to be assigned to the Amazon DocumentDB resource.
- deletion_
protection bool - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- global_
cluster_ strarn - The Amazon Resource Name (ARN) for the global cluster.
- global_
cluster_ strresource_ id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
- Sequence[root_Tag]
- The tags to be assigned to the Amazon DocumentDB resource.
- deletion
Protection Boolean - Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
- global
Cluster StringArn - The Amazon Resource Name (ARN) for the global cluster.
- global
Cluster StringResource Id - The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
- List<Property Map>
- The tags to be assigned to the Amazon DocumentDB 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.
AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
