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 CatalogProperties
A structure that specifies data lake access properties and other custom properties.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CustomProperties" :{, "DataLakeAccessProperties" :Key:Value, ...}DataLakeAccessProperties}
YAML
CustomProperties:DataLakeAccessProperties:Key:ValueDataLakeAccessProperties
Properties
CustomProperties-
Additional key-value properties for the catalog, such as column statistics optimizations.
Required: No
Type: Object of String
Pattern:
^.+$Update requires: No interruption
DataLakeAccessProperties-
A
DataLakeAccessPropertiesobject that specifies properties to configure data lake access for your catalog resource in the AWS Glue Data Catalog.Required: No
Type: DataLakeAccessProperties
Update requires: No interruption