The filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).instance-type
- The instance type (for example, c4.large
).network-platform
- The network platform (EC2-Classic
or EC2-VPC
).platform
- The platform (Linux/UNIX
or Windows
).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filters |
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.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
The token for the next set of results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Scheduled Instance IDs.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ScheduledInstanceIds |
Use the -Select parameter to control the cmdlet output. The default value is 'ScheduledInstanceSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeScheduledInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeScheduledInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SlotStartTimeRange_EarliestTime <DateTime>
This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EarliestTimeUtc instead. Setting either EarliestTime or EarliestTimeUtc results in both EarliestTime and EarliestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EarliestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.The earliest date and time, in UTC, for the Scheduled Instance to start.This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SlotStartTimeRange_LatestTime <DateTime>
This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use LatestTimeUtc instead. Setting either LatestTime or LatestTimeUtc results in both LatestTime and LatestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. LatestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.The latest date and time, in UTC, for the Scheduled Instance to start.This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SlotStartTimeRange_UtcEarliestTime <DateTime>
The earliest date and time, in UTC, for the Scheduled Instance to start.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SlotStartTimeRange_UtcLatestTime <DateTime>
The latest date and time, in UTC, for the Scheduled Instance to start.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |