AWS::Athena::WorkGroupResource schema for AWS::Athena::WorkGroup
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
RecursiveDeleteOption | boolean | Write-only |
State | string | |
Tags | array | |
WorkGroupConfiguration | WorkGroupConfiguration | |
WorkGroupConfigurationUpdates | WorkGroupConfigurationUpdates | Write-onlyDeprecated |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The date and time the workgroup was created. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
athena:CreateWorkGroupathena:TagResourceiam:PassRoles3:GetBucketLocations3:GetObjects3:ListBuckets3:ListBucketMultipartUploadss3:AbortMultipartUploadathena:GetWorkGroupathena:ListTagsForResourceathena:ListWorkGroupsathena:DeleteWorkGroupathena:GetWorkGroupathena:UntagResourceathena:UpdateWorkGroupathena:TagResourceathena:UntagResourceiam:PassRoles3:GetBucketLocations3:GetObjects3:ListBuckets3:ListBucketMultipartUploadsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name