View source: R/rds_operations.R
rds_describe_source_regions | R Documentation |
Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.
See https://www.paws-r-sdk.com/docs/rds_describe_source_regions/ for full documentation.
rds_describe_source_regions(
RegionName = NULL,
MaxRecords = NULL,
Marker = NULL,
Filters = NULL
)
RegionName |
The source Amazon Web Services Region name. For example, Constraints:
|
MaxRecords |
The maximum number of records to include in the response. If more
records exist than the specified Default: 100 Constraints: Minimum 20, maximum 100. |
Marker |
An optional pagination token provided by a previous
|
Filters |
This parameter isn't currently supported. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.