This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Glue::Catalog FederatedCatalog
A catalog that points to an entity outside the Amazon Glue Data Catalog.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ConnectionName" :String, "Identifier" :String}
YAML
ConnectionName:StringIdentifier: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:
1Maximum:
255Update 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:
1Maximum:
512Update requires: No interruption