AWS Fundamentals Logo
AWS Fundamentals
AWS::Athena::CapacityReservation

Athena CapacityReservation

Resource schema for AWS::Athena::CapacityReservation

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
TargetDpus
integer
Required
CapacityAssignmentConfiguration
CapacityAssignmentConfiguration
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AllocatedDpusintegerThe number of DPUs Athena has provisioned and allocated for the reservation
Arnstring-
CreationTimestringThe date and time the reservation was created.
LastSuccessfulAllocationTimestringThe timestamp when the last successful allocated was made
StatusstringThe status of the reservation.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

athena:CreateCapacityReservationathena:PutCapacityAssignmentConfigurationathena:GetCapacityReservationathena:TagResource

read

athena:GetCapacityReservationathena:GetCapacityAssignmentConfigurationathena:ListTagsForResource

update

athena:UpdateCapacityReservationathena:PutCapacityAssignmentConfigurationathena:GetCapacityReservationathena:TagResourceathena:UntagResource

delete

athena:CancelCapacityReservationathena:GetCapacityReservationathena:DeleteCapacityReservation

list

athena:ListCapacityReservationsathena:GetCapacityReservation

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAthena
Properties9
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links