---
type: resource-type
title: NeptuneGlobalCluster
description: aws resource type AWS::Neptune::GlobalCluster
name: NeptuneGlobalCluster
lexicon: aws
resource_type: AWS::Neptune::GlobalCluster
---
`AWS::Neptune::GlobalCluster`, a resource type of the aws lexicon.

## Properties

- `DeletionProtection` (`boolean`, optional): Whether deletion protection is enabled.
- `Engine` (`"neptune"`, optional): The name of the database engine.
- `EngineVersion` (`string`, optional): The version number of the database engine.
- `GlobalClusterIdentifier` (`string`, optional): The cluster identifier of the global database cluster.
- `SourceDBClusterIdentifier` (`string`, optional): The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
- `StorageEncrypted` (`boolean`, optional): Whether the global database cluster is storage encrypted.
- `Tags` (`NeptuneGlobalCluster_Tag[]`, optional): An array of key-value pairs to apply to this resource.
