View source: R/savingsplans_operations.R
savingsplans_create_savings_plan | R Documentation |
Creates a Savings Plan.
See https://www.paws-r-sdk.com/docs/savingsplans_create_savings_plan/ for full documentation.
savingsplans_create_savings_plan(
savingsPlanOfferingId,
commitment,
upfrontPaymentAmount = NULL,
purchaseTime = NULL,
clientToken = NULL,
tags = NULL
)
savingsPlanOfferingId |
[required] The ID of the offering. |
commitment |
[required] The hourly commitment, in the same currency of the
|
upfrontPaymentAmount |
The up-front payment amount. This is a whole number between 50 and 99
percent of the total value of the Savings Plan. This parameter is only
supported if the payment option is |
purchaseTime |
The purchase time of the Savings Plan in UTC format (YYYY-MM-DDTHH:MM:SSZ). |
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
tags |
One or more tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.