AWS::Glue::Table ViewDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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, ... ] }

Properties

Definer

The definer of a view in SQL.

Required: No

Type: String

Minimum: 20

Maximum: 2048

Update 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: 1

Maximum: 1000

Update requires: No interruption

SubObjects

A list of table Amazon Resource Names (ARNs).

Required: No

Type: Array of String

Minimum: 0

Maximum: 10

Update requires: No interruption