AWS::Glue::Database - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Glue::Database

The AWS::Glue::Database resource specifies a logical grouping of tables in Amazon Glue. For more information, see Defining a Database in Your Data Catalog and Database Structure in the Amazon Glue Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Glue::Database", "Properties" : { "CatalogId" : String, "DatabaseInput" : DatabaseInput } }

YAML

Type: AWS::Glue::Database Properties: CatalogId: String DatabaseInput: DatabaseInput

Properties

CatalogId

The Amazon account ID for the account in which to create the catalog object.

Note

To specify the account ID, you can use the Ref intrinsic function with the AWS::AccountId pseudo parameter. For example: !Ref AWS::AccountId

Required: Yes

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Minimum: 1

Maximum: 255

Update requires: Replacement

DatabaseInput

The metadata for the database.

Required: Yes

Type: DatabaseInput

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the database name.

For more information about using the Ref function, see Ref.

Fn::GetAtt