AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A reservation for a specified number of data processing units (DPUs). When a reservation is initially created, it has no DPUs. Athena allocates DPUs until the allocated amount equals the requested amount.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class CapacityReservation
The CapacityReservation type exposes the following members
Name | Description | |
---|---|---|
CapacityReservation() |
Name | Type | Description | |
---|---|---|---|
AllocatedDpus | System.Int32 |
Gets and sets the property AllocatedDpus. The number of data processing units currently allocated. |
|
CreationTime | System.DateTime |
Gets and sets the property CreationTime. The time in UTC epoch millis when the capacity reservation was created. |
|
LastAllocation | Amazon.Athena.Model.CapacityAllocation |
Gets and sets the property LastAllocation. |
|
LastSuccessfulAllocationTime | System.DateTime |
Gets and sets the property LastSuccessfulAllocationTime. The time of the most recent capacity allocation that succeeded. |
|
Name | System.String |
Gets and sets the property Name. The name of the capacity reservation. |
|
Status | Amazon.Athena.CapacityReservationStatus |
Gets and sets the property Status. The status of the capacity reservation. |
|
TargetDpus | System.Int32 |
Gets and sets the property TargetDpus. The number of data processing units requested. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5