Learn R Programming

paws.database (version 0.2.0)

rds_purchase_reserved_db_instances_offering: Purchases a reserved DB instance offering

Description

Purchases a reserved DB instance offering.

See https://paws-r.github.io/docs/rds/purchase_reserved_db_instances_offering.html 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: 1

Tags