class Aws::Glue::Types::CreatePartitionIndexRequest
@note When making an API call, you may pass CreatePartitionIndexRequest
data as a hash: { catalog_id: "CatalogIdString", database_name: "NameString", # required table_name: "NameString", # required partition_index: { # required keys: ["NameString"], # required index_name: "NameString", # required }, }
@!attribute [rw] catalog_id
The catalog ID where the table resides. @return [String]
@!attribute [rw] database_name
Specifies the name of a database in which you want to create a partition index. @return [String]
@!attribute [rw] table_name
Specifies the name of a table in which you want to create a partition index. @return [String]
@!attribute [rw] partition_index
Specifies a `PartitionIndex` structure to create a partition index in an existing table. @return [Types::PartitionIndex]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreatePartitionIndexRequest AWS API Documentation
Constants
- SENSITIVE