AWS::Glue::Catalog FederatedCatalog - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Catalog FederatedCatalog

A catalog that points to an entity outside the AWS Glue Data Catalog.

Syntax

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

JSON

{ "ConnectionName" : String, "Identifier" : String }

YAML

ConnectionName: String Identifier: String

Properties

ConnectionName

The name of the connection to an external data source, for example a Redshift-federated catalog.

Required: No

Type: String

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

Minimum: 1

Maximum: 255

Update requires: No interruption

Identifier

A unique identifier for the federated catalog.

Required: No

Type: String

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

Minimum: 1

Maximum: 512

Update requires: No interruption