AWS::Athena::CapacityReservationResource schema for AWS::Athena::CapacityReservation
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
TargetDpus | integer | Required |
CapacityAssignmentConfiguration | CapacityAssignmentConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AllocatedDpus | integer | The number of DPUs Athena has provisioned and allocated for the reservation |
Arn | string | - |
CreationTime | string | The date and time the reservation was created. |
LastSuccessfulAllocationTime | string | The timestamp when the last successful allocated was made |
Status | string | The status of the reservation. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Athena::CapacityReservation
Resources:
MyResource:
Type: AWS::Athena::CapacityReservation
Properties:
Name: "my-name"
TargetDpus: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
athena:CreateCapacityReservationathena:PutCapacityAssignmentConfigurationathena:GetCapacityReservationathena:TagResourceathena:GetCapacityReservationathena:GetCapacityAssignmentConfigurationathena:ListTagsForResourceathena:UpdateCapacityReservationathena:PutCapacityAssignmentConfigurationathena:GetCapacityReservationathena:TagResourceathena:UntagResourceathena:CancelCapacityReservationathena:GetCapacityReservationathena:DeleteCapacityReservationathena:ListCapacityReservationsathena:GetCapacityReservationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name