AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeDBClusterAutomatedBackups operation.
Displays backups for both current and deleted DB clusters. For example, use this operation
to find details about automated backups for previously deleted clusters. Current clusters
are returned for both the DescribeDBClusterAutomatedBackups
and DescribeDBClusters
operations.
All parameters are optional.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DescribeDBClusterAutomatedBackupsRequest : AmazonRDSRequest IAmazonWebServiceRequest
The DescribeDBClusterAutomatedBackupsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeDBClusterAutomatedBackupsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBClusterIdentifier | System.String |
Gets and sets the property DBClusterIdentifier. (Optional) The user-supplied DB cluster identifier. If this parameter is specified, it must match the identifier of an existing DB cluster. It returns information from the specific DB cluster's automated backup. This parameter isn't case-sensitive. |
![]() |
DbClusterResourceId | System.String |
Gets and sets the property DbClusterResourceId. The resource ID of the DB cluster that is the source of the automated backup. This parameter isn't case-sensitive. |
![]() |
Filters | System.Collections.Generic.List<Amazon.RDS.Model.Filter> |
Gets and sets the property Filters. A filter that specifies which resources to return based on status. Supported filters are the following:
Returns all resources by default. The status for each resource is specified in the response. |
![]() |
Marker | System.String |
Gets and sets the property Marker.
The pagination token provided in the previous request. If this parameter is specified
the response includes only records beyond the marker, up to |
![]() |
MaxRecords | System.Int32 |
Gets and sets the property MaxRecords.
The maximum number of records to include in the response. If more records exist than
the specified |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5