Class: Aws::DocDB::Types::GlobalCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::GlobalCluster
- Defined in:
- gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb
Overview
A data type representing an Amazon DocumentDB global cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The default database name within the new global cluster.
-
#deletion_protection ⇒ Boolean
The deletion protection setting for the new global cluster.
-
#engine ⇒ String
The Amazon DocumentDB database engine used by the global cluster.
-
#engine_version ⇒ String
Indicates the database engine version.
-
#global_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the global cluster.
-
#global_cluster_identifier ⇒ String
Contains a user-supplied global cluster identifier.
-
#global_cluster_members ⇒ Array<Types::GlobalClusterMember>
The list of cluster IDs for secondary clusters within the global cluster.
-
#global_cluster_resource_id ⇒ String
The Amazon Web Services Region-unique, immutable identifier for the global database cluster.
-
#status ⇒ String
Specifies the current state of this global cluster.
-
#storage_encrypted ⇒ Boolean
The storage encryption setting for the global cluster.
Instance Attribute Details
#database_name ⇒ String
The default database name within the new global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#deletion_protection ⇒ Boolean
The deletion protection setting for the new global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The Amazon DocumentDB database engine used by the global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
Indicates the database engine version.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#global_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#global_cluster_identifier ⇒ String
Contains a user-supplied global cluster identifier. This identifier is the unique key that identifies a global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#global_cluster_members ⇒ Array<Types::GlobalClusterMember>
The list of cluster IDs for secondary clusters within the global cluster. Currently limited to one item.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#global_cluster_resource_id ⇒ String
The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in CloudTrail log entries whenever the KMS customer master key (CMK) for the cluster is accessed.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the current state of this global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |
#storage_encrypted ⇒ Boolean
The storage encryption setting for the global cluster.
3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 |
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3932 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) SENSITIVE = [] include Aws::Structure end |