class Aws::Glue::Types::PartitionIndexDescriptor

A descriptor for a partition index in a table.

@!attribute [rw] index_name

The name of the partition index.
@return [String]

@!attribute [rw] keys

A list of one or more keys, as `KeySchemaElement` structures, for
the partition index.
@return [Array<Types::KeySchemaElement>]

@!attribute [rw] index_status

The status of the partition index.

The possible statuses are:

* CREATING: The index is being created. When an index is in a
  CREATING state, the index or its table cannot be deleted.

* ACTIVE: The index creation succeeds.

* FAILED: The index creation fails.

* DELETING: The index is deleted from the list of indexes.
@return [String]

@!attribute [rw] backfill_errors

A list of errors that can occur when registering partition indexes
for an existing table.
@return [Array<Types::BackfillError>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PartitionIndexDescriptor AWS API Documentation

Constants

SENSITIVE