Describes the specified Scheduled Instances or all your Scheduled Instances
Source:R/ec2_operations.R
ec2_describe_scheduled_instances.RdDescribes the specified Scheduled Instances or all your Scheduled Instances.
See https://www.paws-r-sdk.com/docs/ec2_describe_scheduled_instances/ for full documentation.
Usage
ec2_describe_scheduled_instances(
DryRun = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL,
ScheduledInstanceIds = NULL,
SlotStartTimeRange = NULL
)Arguments
- 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
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Filters
The filters.
availability-zone- The Availability Zone (for example,us-west-2a).instance-type- The instance type (for example,c4.large).platform- The platform (Linux/UNIXorWindows).
- MaxResults
The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned
NextTokenvalue.- NextToken
The token for the next set of results.
- ScheduledInstanceIds
The Scheduled Instance IDs.
- SlotStartTimeRange
The time period for the first schedule to start.