AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::Database

Glue Database

Resource Type definition for AWS::Glue::Database

Properties

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

Filter:
PropertyTypeFlags
CatalogId
string
Required
DatabaseInput
DatabaseInput
Required
DatabaseName
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Database

Resources:
  MyResource:
    Type: AWS::Glue::Database
    Properties:
      DatabaseInput: "value"
      CatalogId: "my-catalogid"

Required IAM Permissions

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

create

glue:CreateDatabaseglue:GetDatabaseglue:PassConnectionglue:CreateConnectionlakeformation:ListResourceslakeformation:DescribeResourcelakeformation:DescribeLakeFormationIdentityCenterConfiguration

read

glue:GetDatabaseglue:GetConnectionlakeformation:ListResourceslakeformation:DescribeResourcelakeformation:DescribeLakeFormationIdentityCenterConfiguration

update

glue:UpdateDatabaseglue:UpdateConnectionlakeformation:ListResourceslakeformation:DescribeResourcelakeformation:DescribeLakeFormationIdentityCenterConfiguration

delete

glue:DeleteDatabaseglue:GetDatabaseglue:DeleteConnectionglue:GetConnectionlakeformation:ListResourceslakeformation:DescribeResourcelakeformation:DescribeLakeFormationIdentityCenterConfiguration

list

glue:GetDatabaseslakeformation:ListResourceslakeformation:DescribeResourcelakeformation:DescribeLakeFormationIdentityCenterConfiguration

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

ServiceGlue
Properties3
Required2
TaggingNot supported
Primary IDDatabaseName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DatabaseName

External Links