Creates settings for a column statistics task.
See https://www.paws-r-sdk.com/docs/glue_create_column_statistics_task_settings/ for full documentation.
glue_create_column_statistics_task_settings(
DatabaseName,
TableName,
Role,
Schedule = NULL,
ColumnNameList = NULL,
SampleSize = NULL,
CatalogID = NULL,
SecurityConfiguration = NULL,
Tags = NULL
)
[required] The name of the database where the table resides.
[required] The name of the table for which to generate column statistics.
[required] The role used for running the column statistics.
A schedule for running the column statistics, specified in CRON syntax.
A list of column names for which to run statistics.
The percentage of data to sample.
The ID of the Data Catalog in which the database resides.
Name of the security configuration that is used to encrypt CloudWatch logs.
A map of tags.