View source: R/ec2_operations.R
ec2_describe_spot_price_history | R Documentation |
Describes the Spot price history. For more information, see Spot Instance pricing history in the Amazon EC2 User Guide.
See https://www.paws-r-sdk.com/docs/ec2_describe_spot_price_history/ for full documentation.
ec2_describe_spot_price_history(
Filters = NULL,
AvailabilityZone = NULL,
DryRun = NULL,
EndTime = NULL,
InstanceTypes = NULL,
MaxResults = NULL,
NextToken = NULL,
ProductDescriptions = NULL,
StartTime = NULL
)
Filters |
The filters.
|
AvailabilityZone |
Filters the results by the specified Availability Zone. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
EndTime |
The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). |
InstanceTypes |
Filters the results by the specified instance types. |
MaxResults |
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. |
NextToken |
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. |
ProductDescriptions |
Filters the results by the specified basic product descriptions. |
StartTime |
The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.