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 DescribeDBInstanceAutomatedBackups operation.
Displays backups for both current and deleted instances. For example, use this operation
to find details about automated backups for previously deleted instances. Current
instances with retention periods greater than zero (0) are returned for both the DescribeDBInstanceAutomatedBackups
and DescribeDBInstances
operations.
All parameters are optional.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class DescribeDBInstanceAutomatedBackupsRequest : AmazonRDSRequest IAmazonWebServiceRequest
The DescribeDBInstanceAutomatedBackupsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeDBInstanceAutomatedBackupsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
DBInstanceAutomatedBackupsArn | System.String |
Gets and sets the property DBInstanceAutomatedBackupsArn.
The Amazon Resource Name (ARN) of the replicated automated backups, for example, This setting doesn't apply to RDS Custom. |
![]() |
DBInstanceIdentifier | System.String |
Gets and sets the property DBInstanceIdentifier. (Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance's automated backup. This parameter isn't case-sensitive. |
![]() |
DbiResourceId | System.String |
Gets and sets the property DbiResourceId. The resource ID of the DB instance 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