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::Table ViewDefinition
A structure containing details for representations.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Definer" :String, "IsProtected" :Boolean, "Representations" :[ ViewRepresentation, ... ], "SubObjects" :[ String, ... ]}
YAML
Definer:StringIsProtected:BooleanRepresentations:- ViewRepresentationSubObjects:- String
Properties
Definer-
The definer of a view in SQL.
Required: No
Type: String
Minimum:
20Maximum:
2048Update requires: No interruption
IsProtected-
You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.
Required: No
Type: Boolean
Update requires: No interruption
Representations-
A list of representations.
Required: No
Type: Array of ViewRepresentation
Minimum:
1Maximum:
1000Update requires: No interruption
SubObjects-
A list of table Amazon Resource Names (ARNs).
Required: No
Type: Array of String
Minimum:
0Maximum:
10Update requires: No interruption