Describes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks
Source:R/ec2_operations.R
ec2_describe_capacity_block_status.RdDescribes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks.
See https://www.paws-r-sdk.com/docs/ec2_describe_capacity_block_status/ for full documentation.
Usage
ec2_describe_capacity_block_status(
CapacityBlockIds = NULL,
NextToken = NULL,
MaxResults = NULL,
Filters = NULL,
DryRun = NULL
)Arguments
- CapacityBlockIds
The ID of the 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.
- Filters
One or more filters.
interconnect-status- The status of the interconnect for the Capacity Block (ok|impaired|insufficient-data).
- 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.