Class: Aws::Neptune::Types::CreateGlobalClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protectionBoolean

The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

Returns:

  • (Boolean)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the database engine to be used in the global database.

Valid values: neptune

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The Neptune engine version to be used by the global database.

Valid values: 1.2.0.0 or above.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#global_cluster_identifierString

The cluster identifier of the new global database cluster.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#source_db_cluster_identifierString

(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encryptedBoolean

The storage encryption setting for the new global database cluster.

Returns:

  • (Boolean)


1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1710

class CreateGlobalClusterMessage < Struct.new(
  :global_cluster_identifier,
  :source_db_cluster_identifier,
  :engine,
  :engine_version,
  :deletion_protection,
  :storage_encrypted)
  SENSITIVE = []
  include Aws::Structure
end