Purchases a reserved DB instance offering
Source:R/rds_operations.R
rds_purchase_reserved_db_instances_offering.RdPurchases a reserved DB instance offering.
See https://www.paws-r-sdk.com/docs/rds_purchase_reserved_db_instances_offering/ for full documentation.
Usage
rds_purchase_reserved_db_instances_offering(
ReservedDBInstancesOfferingId,
ReservedDBInstanceId = NULL,
DBInstanceCount = NULL,
Tags = NULL
)Arguments
- ReservedDBInstancesOfferingId
[required] The ID of the Reserved DB instance offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
- ReservedDBInstanceId
Customer-specified identifier to track this reservation.
Example: myreservationID
- DBInstanceCount
The number of instances to reserve.
Default:
1A list of tags.
For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.