Class: Aws::DocDB::Types::DBCluster

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

Overview

Detailed information about a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_roles ⇒ Array<Types::DBClusterRole>

Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster. (IAM) roles that are associated with a cluster grant permission for the cluster to access other Amazon Web Services services on your behalf.

Returns:



1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zones ⇒ Array<String>

Provides the list of Amazon EC2 Availability Zones that instances in the cluster can be created in.

Returns:

  • (Array<String>)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_period ⇒ Integer

Specifies the number of days for which automatic snapshots are retained.

Returns:

  • (Integer)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#clone_group_id ⇒ String

Identifies the clone group to which the DB cluster is associated.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_create_time ⇒ Time

Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#copy_tags_to_snapshot ⇒ Boolean

Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Returns:

  • (Boolean)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_arn ⇒ String

The Amazon Resource Name (ARN) for the cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifier ⇒ String

Contains a user-supplied cluster identifier. This identifier is the unique key that identifies a cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_members ⇒ Array<Types::DBClusterMember>

Provides the list of instances that make up the cluster.

Returns:



1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_parameter_group ⇒ String

Specifies the name of the cluster parameter group for the cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_resource_id ⇒ String

The Amazon Web Services Region-unique, immutable identifier for the cluster. This identifier is found in CloudTrail log entries whenever the KMS key for the cluster is accessed.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#db_subnet_group ⇒ String

Specifies information on the subnet group that is associated with the cluster, including the name, description, and subnets in the subnet group.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protection ⇒ Boolean

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

Returns:

  • (Boolean)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#earliest_restorable_time ⇒ Time

The earliest time to which a database can be restored with point-in-time restore.

Returns:

  • (Time)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_cloudwatch_logs_exports ⇒ Array<String>

A list of log types that this cluster is configured to export to Amazon CloudWatch Logs.

Returns:

  • (Array<String>)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint ⇒ String

Specifies the connection endpoint for the primary instance of the cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#engine ⇒ String

Provides the name of the database engine to be used for this cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#engine_version ⇒ String

Indicates the database engine version.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_id ⇒ String

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#io_optimized_next_allowed_modification_time ⇒ Time

The next time you can modify the Amazon DocumentDB cluster to use the iopt1 storage type.

Returns:

  • (Time)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_id ⇒ String

If StorageEncrypted is true, the KMS key identifier for the encrypted cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#latest_restorable_time ⇒ Time

Specifies the latest time to which a database can be restored with point-in-time restore.

Returns:

  • (Time)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#master_user_secret ⇒ Types::ClusterMasterUserSecret

The secret managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the master user password.



1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#master_username ⇒ String

Contains the master user name for the cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#multi_az ⇒ Boolean

Specifies whether the cluster has instances in multiple Availability Zones.

Returns:

  • (Boolean)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#network_type ⇒ String

The network type of the cluster.

The network type is determined by the DBSubnetGroup specified for the cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL).

For more information, see DocumentDB clusters in a VPC in the Amazon DocumentDB Developer Guide.

Valid Values: IPV4 | DUAL

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#percent_progress ⇒ String

Specifies the progress of the operation as a percentage.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#port ⇒ Integer

Specifies the port that the database engine is listening on.

Returns:

  • (Integer)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_backup_window ⇒ String

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_maintenance_window ⇒ String

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#read_replica_identifiers ⇒ Array<String>

Contains one or more identifiers of the secondary clusters that are associated with this cluster.

Returns:

  • (Array<String>)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#reader_endpoint ⇒ String

The reader endpoint for the cluster. The reader endpoint for a cluster load balances connections across the Amazon DocumentDB replicas that are available in a cluster. As clients request new connections to the reader endpoint, Amazon DocumentDB distributes the connection requests among the Amazon DocumentDB replicas in the cluster. This functionality can help balance your read workload across multiple Amazon DocumentDB replicas in your cluster.

If a failover occurs, and the Amazon DocumentDB replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Amazon DocumentDB replicas in the cluster, you can then reconnect to the reader endpoint.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#replication_source_identifier ⇒ String

Contains the identifier of the source cluster if this cluster is a secondary cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfigurationInfo

The scaling configuration of an Amazon DocumentDB Serverless cluster.



1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Specifies the current state of this cluster.

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encrypted ⇒ Boolean

Specifies whether the cluster is encrypted.

Returns:

  • (Boolean)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#storage_type ⇒ String

Storage type associated with your cluster

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

Returns:

  • (String)


1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_groups ⇒ Array<Types::VpcSecurityGroupMembership>

Provides a list of virtual private cloud (VPC) security groups that the cluster belongs to.



1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 1522

class DBCluster < Struct.new(
  :availability_zones,
  :backup_retention_period,
  :db_cluster_identifier,
  :db_cluster_parameter_group,
  :db_subnet_group,
  :status,
  :percent_progress,
  :earliest_restorable_time,
  :endpoint,
  :reader_endpoint,
  :multi_az,
  :engine,
  :engine_version,
  :latest_restorable_time,
  :port,
  :master_username,
  :preferred_backup_window,
  :preferred_maintenance_window,
  :replication_source_identifier,
  :read_replica_identifiers,
  :db_cluster_members,
  :vpc_security_groups,
  :hosted_zone_id,
  :storage_encrypted,
  :kms_key_id,
  :db_cluster_resource_id,
  :db_cluster_arn,
  :associated_roles,
  :clone_group_id,
  :cluster_create_time,
  :enabled_cloudwatch_logs_exports,
  :deletion_protection,
  :io_optimized_next_allowed_modification_time,
  :storage_type,
  :serverless_v2_scaling_configuration,
  :master_user_secret,
  :network_type,
  :copy_tags_to_snapshot)
  SENSITIVE = []
  include Aws::Structure
end