View a markdown version of this page

AWS::Glue::Table ViewDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::Table ViewDefinition

A structure containing details for representations.

Syntax

To declare this entity in your Amazon 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