ec2_describe_capacity_block_offerings: Describes Capacity Block offerings available for purchase in...

View source: R/ec2_operations.R

ec2_describe_capacity_block_offeringsR Documentation

Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using

Description

Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.

See https://www.paws-r-sdk.com/docs/ec2_describe_capacity_block_offerings/ for full documentation.

Usage

ec2_describe_capacity_block_offerings(
  DryRun = NULL,
  InstanceType,
  InstanceCount,
  StartDateRange = NULL,
  EndDateRange = NULL,
  CapacityDurationHours,
  NextToken = NULL,
  MaxResults = 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.

InstanceType

[required] The type of instance for which the Capacity Block offering reserves capacity.

InstanceCount

[required] The number of instances for which to reserve capacity.

StartDateRange

The earliest start date for the Capacity Block offering.

EndDateRange

The latest end date for the Capacity Block offering.

CapacityDurationHours

[required] The number of hours for which to reserve Capacity Block.

NextToken

The token to use to retrieve the next page of results.

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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.