Class: Aws::Neptune::Types::GlobalCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::GlobalCluster
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Contains the details of an Amazon Neptune global database.
This data type is used as a response element for the CreateGlobalCluster, DescribeGlobalClusters, ModifyGlobalCluster, DeleteGlobalCluster, FailoverGlobalCluster, and RemoveFromGlobalCluster actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The default database name within the new global database cluster.
-
#deletion_protection ⇒ Boolean
The deletion protection setting for the global database.
-
#engine ⇒ String
The Neptune database engine used by the global database (
"neptune"). -
#engine_version ⇒ String
The Neptune engine version used by the global database.
-
#failover_state ⇒ Types::FailoverState
A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Neptune global database).
-
#global_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the global database.
-
#global_cluster_identifier ⇒ String
Contains a user-supplied global database cluster identifier.
-
#global_cluster_members ⇒ Array<Types::GlobalClusterMember>
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
-
#global_cluster_resource_id ⇒ String
An immutable identifier for the global database that is unique within in all regions.
-
#status ⇒ String
Specifies the current state of this global database.
-
#storage_encrypted ⇒ Boolean
The storage encryption setting for the global database.
-
#tag_list ⇒ Array<Types::Tag>
A list of global cluster tags.
Instance Attribute Details
#database_name ⇒ String
The default database name within the new global database cluster.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#deletion_protection ⇒ Boolean
The deletion protection setting for the global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The Neptune database engine used by the global database
("neptune").
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The Neptune engine version used by the global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#failover_state ⇒ Types::FailoverState
A data object containing all properties for the current state of an
in-process or pending switchover or failover process for this global
cluster (Neptune global database). This object is empty unless the
SwitchoverGlobalCluster or FailoverGlobalCluster operation was
called on this global cluster.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#global_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#global_cluster_members ⇒ Array<Types::GlobalClusterMember>
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#global_cluster_resource_id ⇒ String
An immutable identifier for the global database that is unique within in all regions. This identifier is found in CloudTrail log entries whenever the KMS key for the DB cluster is accessed.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the current state of this global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#storage_encrypted ⇒ Boolean
The storage encryption setting for the global database.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of global cluster tags.
5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5474 class GlobalCluster < Struct.new( :global_cluster_identifier, :global_cluster_resource_id, :global_cluster_arn, :status, :engine, :engine_version, :database_name, :storage_encrypted, :deletion_protection, :global_cluster_members, :failover_state, :tag_list) SENSITIVE = [] include Aws::Structure end |