AWS::Athena::DataCatalogResource schema for AWS::Athena::DataCatalog
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Type | string | Required |
ConnectionType | string | |
Description | string | |
Error | string | |
Parameters | object | |
Status | string | |
Tags | array |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
athena:CreateDataCatalogathena:GetDataCatalogathena:TagResources3:ListBucketglue:TagResourceglue:CreateConnectionglue:DeleteConnectionglue:UpdateConnectionathena:GetDataCatalogathena:ListTagsForResourceathena:UpdateDataCatalogathena:TagResourceathena:GetDataCatalogathena:UntagResourceathena:ListTagsForResourceathena:DeleteDataCatalogathena:GetDataCatalogglue:GetConnectionglue:UpdateConnectioncloudformation:DeleteStackcloudformation:DescribeStackslambda:DeleteFunctioniam:DeleteRoleathena:ListDataCatalogsOur 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