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).
Uses the
date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example,2020-03-22T13:22:13.933Z
.Type: String
Pattern:
.*\S.*
Required: No
- DbClusterIdentifier
-
The DB cluster identifier.
Type: String
Pattern:
.*\S.*
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.
Uses the
date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example,2020-03-22T13:22:13.933Z
.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: