AWS Fundamentals Logo
AWS Fundamentals
AWS::Athena::WorkGroup

Athena WorkGroup

Resource schema for AWS::Athena::WorkGroup

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Description
string
RecursiveDeleteOption
boolean
Write-only
State
string
Tags
array
WorkGroupConfiguration
WorkGroupConfiguration
WorkGroupConfigurationUpdates
WorkGroupConfigurationUpdates
Write-onlyDeprecated

Return Values

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

AttributeTypeDescription
CreationTimestringThe date and time the workgroup was created.

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::WorkGroup

Resources:
  MyResource:
    Type: AWS::Athena::WorkGroup
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

athena:CreateWorkGroupathena:TagResourceiam:PassRoles3:GetBucketLocations3:GetObjects3:ListBuckets3:ListBucketMultipartUploadss3:AbortMultipartUpload

read

athena:GetWorkGroupathena:ListTagsForResource

list

athena:ListWorkGroups

delete

athena:DeleteWorkGroupathena:GetWorkGroupathena:UntagResource

update

athena:UpdateWorkGroupathena:TagResourceathena:UntagResourceiam:PassRoles3:GetBucketLocations3:GetObjects3:ListBuckets3:ListBucketMultipartUploads

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
Properties8
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadListDeleteUpdate

Immutable After Creation

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

Name

External Links