AWS::Glue::TableOptimizer TableOptimizerConfiguration - 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).

AWS::Glue::TableOptimizer TableOptimizerConfiguration

Specifies configuration details of a table optimizer.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Enabled" : Boolean, "RoleArn" : String }

YAML

Enabled: Boolean RoleArn: String

Properties

Enabled

Whether the table optimization is enabled.

Required: Yes

Type: Boolean

Update requires: No interruption

RoleArn

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.

Required: Yes

Type: String

Update requires: No interruption