AWS Fundamentals Logo
AWS Fundamentals
AWS::Athena::DataCatalog

Athena DataCatalog

Resource schema for AWS::Athena::DataCatalog

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Type
string
Required
ConnectionType
string
Description
string
Error
string
Parameters
object
Status
string
Tags
array

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

Resources:
  MyResource:
    Type: AWS::Athena::DataCatalog
    Properties:
      Name: "my-name"
      Type: "LAMBDA"
      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:CreateDataCatalogathena:GetDataCatalogathena:TagResources3:ListBucketglue:TagResourceglue:CreateConnectionglue:DeleteConnectionglue:UpdateConnection

read

athena:GetDataCatalogathena:ListTagsForResource

update

athena:UpdateDataCatalogathena:TagResourceathena:GetDataCatalogathena:UntagResourceathena:ListTagsForResource

delete

athena:DeleteDataCatalogathena:GetDataCatalogglue:GetConnectionglue:UpdateConnectioncloudformation:DeleteStackcloudformation:DescribeStackslambda:DeleteFunctioniam:DeleteRole

list

athena:ListDataCatalogs

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
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links