1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. neptune
  6. GlobalCluster

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
aws-native logo

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

    Resource Type definition for AWS::Neptune::GlobalCluster

    Create GlobalCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GlobalCluster(name: string, args?: GlobalClusterArgs, opts?: CustomResourceOptions);
    @overload
    def GlobalCluster(resource_name: str,
                      args: Optional[GlobalClusterArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def GlobalCluster(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      deletion_protection: Optional[bool] = None,
                      engine: Optional[GlobalClusterEngine] = None,
                      engine_version: Optional[str] = None,
                      global_cluster_identifier: Optional[str] = None,
                      source_db_cluster_identifier: Optional[str] = None,
                      storage_encrypted: Optional[bool] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewGlobalCluster(ctx *Context, name string, args *GlobalClusterArgs, opts ...ResourceOption) (*GlobalCluster, error)
    public GlobalCluster(string name, GlobalClusterArgs? args = null, CustomResourceOptions? opts = null)
    public GlobalCluster(String name, GlobalClusterArgs args)
    public GlobalCluster(String name, GlobalClusterArgs args, CustomResourceOptions options)
    
    type: aws-native:neptune:GlobalCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_neptune_global_cluster" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GlobalClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GlobalClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GlobalClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GlobalClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GlobalClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GlobalCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GlobalCluster resource accepts the following input properties:

    DeletionProtection bool
    Whether deletion protection is enabled.
    Engine Pulumi.AwsNative.Neptune.GlobalClusterEngine
    The name of the database engine.
    EngineVersion string
    The version number of the database engine.
    GlobalClusterIdentifier string
    The cluster identifier of the global database cluster.
    SourceDbClusterIdentifier string
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    StorageEncrypted bool
    Whether the global database cluster is storage encrypted.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    DeletionProtection bool
    Whether deletion protection is enabled.
    Engine GlobalClusterEngine
    The name of the database engine.
    EngineVersion string
    The version number of the database engine.
    GlobalClusterIdentifier string
    The cluster identifier of the global database cluster.
    SourceDbClusterIdentifier string
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    StorageEncrypted bool
    Whether the global database cluster is storage encrypted.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    deletion_protection bool
    Whether deletion protection is enabled.
    engine "neptune"
    The name of the database engine.
    engine_version string
    The version number of the database engine.
    global_cluster_identifier string
    The cluster identifier of the global database cluster.
    source_db_cluster_identifier string
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    storage_encrypted bool
    Whether the global database cluster is storage encrypted.
    tags list(object)
    An array of key-value pairs to apply to this resource.
    deletionProtection Boolean
    Whether deletion protection is enabled.
    engine GlobalClusterEngine
    The name of the database engine.
    engineVersion String
    The version number of the database engine.
    globalClusterIdentifier String
    The cluster identifier of the global database cluster.
    sourceDbClusterIdentifier String
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    storageEncrypted Boolean
    Whether the global database cluster is storage encrypted.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    deletionProtection boolean
    Whether deletion protection is enabled.
    engine GlobalClusterEngine
    The name of the database engine.
    engineVersion string
    The version number of the database engine.
    globalClusterIdentifier string
    The cluster identifier of the global database cluster.
    sourceDbClusterIdentifier string
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    storageEncrypted boolean
    Whether the global database cluster is storage encrypted.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    deletion_protection bool
    Whether deletion protection is enabled.
    engine GlobalClusterEngine
    The name of the database engine.
    engine_version str
    The version number of the database engine.
    global_cluster_identifier str
    The cluster identifier of the global database cluster.
    source_db_cluster_identifier str
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    storage_encrypted bool
    Whether the global database cluster is storage encrypted.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    deletionProtection Boolean
    Whether deletion protection is enabled.
    engine ""
    The name of the database engine.
    engineVersion String
    The version number of the database engine.
    globalClusterIdentifier String
    The cluster identifier of the global database cluster.
    sourceDbClusterIdentifier String
    The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
    storageEncrypted Boolean
    Whether the global database cluster is storage encrypted.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GlobalCluster resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GlobalClusterEngine, GlobalClusterEngineArgs

    Neptune
    neptune
    GlobalClusterEngineNeptune
    neptune
    "neptune"
    neptune
    Neptune
    neptune
    Neptune
    neptune
    NEPTUNE
    neptune
    "neptune"
    neptune

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial