ec2_describe_scheduled_instances: Describes the specified Scheduled Instances or all your...

View source: R/ec2_operations.R

ec2_describe_scheduled_instancesR Documentation

Describes the specified Scheduled Instances or all your Scheduled Instances

Description

Describes 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 is UnauthorizedOperation.

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/UNIX or Windows).

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 NextToken value.

NextToken

The token for the next set of results.

ScheduledInstanceIds

The Scheduled Instance IDs.

SlotStartTimeRange

The time period for the first schedule to start.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.