capacity_reservation
Gets an individual capacity_reservation
resource
Overview
Name | capacity_reservation |
Type | Resource |
Description | capacity_reservation |
Id | awscc.athena.capacity_reservation |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | The reservation name. |
status | string | The status of the reservation. |
target_dpus | integer | The number of DPUs to request to be allocated to the reservation. |
allocated_dpus | integer | The number of DPUs Athena has provisioned and allocated for the reservation |
capacity_assignment_configuration | object | |
creation_time | string | The date and time the reservation was created. |
last_successful_allocation_time | string | The timestamp when the last successful allocated was made |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
status,
target_dpus,
allocated_dpus,
capacity_assignment_configuration,
creation_time,
last_successful_allocation_time,
tags
FROM awscc.athena.capacity_reservation
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the capacity_reservation
resource, the following permissions are required:
Read
athena:GetCapacityReservation,
athena:GetCapacityAssignmentConfiguration,
athena:ListTagsForResource
Update
athena:UpdateCapacityReservation,
athena:PutCapacityAssignmentConfiguration,
athena:GetCapacityReservation,
athena:TagResource,
athena:UntagResource
Delete
athena:CancelCapacityReservation,
athena:GetCapacityReservation,
athena:DeleteCapacityReservation