AwsRdsDbClusterSnapshotDetails
Information about an Amazon RDS DB cluster snapshot.
Contents
- AllocatedStorage
-
Specifies the allocated storage size in gibibytes (GiB).
Type: Integer
Required: No
- AvailabilityZones
-
A list of Availability Zones where instances in the DB cluster can be created.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- ClusterCreateTime
-
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Type: String
Pattern:
.*\S.*
Required: No
-
- DbClusterIdentifier
-
The DB cluster identifier.
Type: String
Pattern:
.*\S.*
Required: No
- DbClusterSnapshotAttributes
-
Contains the name and values of a manual DB cluster snapshot attribute.
Type: Array of AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute objects
Required: No
- DbClusterSnapshotIdentifier
-
The identifier of the DB cluster snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- Engine
-
The name of the database engine that you want to use for this DB instance.
Type: String
Pattern:
.*\S.*
Required: No
- EngineVersion
-
The version of the database engine to use.
Type: String
Pattern:
.*\S.*
Required: No
- IamDatabaseAuthenticationEnabled
-
Whether mapping of IAM accounts to database accounts is enabled.
Type: Boolean
Required: No
- KmsKeyId
-
The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.
Type: String
Pattern:
.*\S.*
Required: No
- LicenseModel
-
The license model information for this DB cluster snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- MasterUsername
-
The name of the master user for the DB cluster.
Type: String
Pattern:
.*\S.*
Required: No
- PercentProgress
-
Specifies the percentage of the estimated data that has been transferred.
Type: Integer
Required: No
- Port
-
The port number on which the DB instances in the DB cluster accept connections.
Type: Integer
Required: No
- SnapshotCreateTime
-
Indicates when the snapshot was taken.
This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Type: String
Pattern:
.*\S.*
Required: No
-
- SnapshotType
-
The type of DB cluster snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- Status
-
The status of this DB cluster snapshot.
Type: String
Pattern:
.*\S.*
Required: No
- StorageEncrypted
-
Whether the DB cluster is encrypted.
Type: Boolean
Required: No
- VpcId
-
The VPC ID that is associated with the DB cluster snapshot.
Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: