AWS::Glue::TableOptimizer TableOptimizerConfiguration - AWS CloudFormation

AWS::Glue::TableOptimizer TableOptimizerConfiguration

Specifies configuration details of a table optimizer.

Syntax

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