class Aws::RDS::Types::DBClusterSnapshot
Contains the details for an Amazon RDS
DB cluster snapshot
This data type is used as a response element in the `DescribeDBClusterSnapshots` action.
@!attribute [rw] availability_zones
Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored. @return [Array<String>]
@!attribute [rw] db_cluster_snapshot_identifier
Specifies the identifier for the DB cluster snapshot. @return [String]
@!attribute [rw] db_cluster_identifier
Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from. @return [String]
@!attribute [rw] snapshot_create_time
Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC). @return [Time]
@!attribute [rw] engine
Specifies the name of the database engine for this DB cluster snapshot. @return [String]
@!attribute [rw] engine_mode
Provides the engine mode of the database engine for this DB cluster snapshot. @return [String]
@!attribute [rw] allocated_storage
Specifies the allocated storage size in gibibytes (GiB). @return [Integer]
@!attribute [rw] status
Specifies the status of this DB cluster snapshot. @return [String]
@!attribute [rw] port
Specifies the port that the DB cluster was listening on at the time of the snapshot. @return [Integer]
@!attribute [rw] vpc_id
Provides the VPC ID associated with the DB cluster snapshot. @return [String]
@!attribute [rw] cluster_create_time
Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC). @return [Time]
@!attribute [rw] master_username
Provides the master username for this DB cluster snapshot. @return [String]
@!attribute [rw] engine_version
Provides the version of the database engine for this DB cluster snapshot. @return [String]
@!attribute [rw] license_model
Provides the license model information for this DB cluster snapshot. @return [String]
@!attribute [rw] snapshot_type
Provides the type of the DB cluster snapshot. @return [String]
@!attribute [rw] percent_progress
Specifies the percentage of the estimated data that has been transferred. @return [Integer]
@!attribute [rw] storage_encrypted
Specifies whether the DB cluster snapshot is encrypted. @return [Boolean]
@!attribute [rw] kms_key_id
If `StorageEncrypted` is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK). @return [String]
@!attribute [rw] db_cluster_snapshot_arn
The Amazon Resource Name (ARN) for the DB cluster snapshot. @return [String]
@!attribute [rw] source_db_cluster_snapshot_arn
If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value. @return [String]
@!attribute [rw] iam_database_authentication_enabled
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. @return [Boolean]
@!attribute [rw] tag_list
A list of tags. For more information, see [Tagging Amazon RDS Resources][1] in the *Amazon RDS User Guide.* [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterSnapshot AWS API Documentation
Constants
- SENSITIVE