Class PartitionIndexState


  • public final class PartitionIndexState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • catalogId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> catalogId()
        Returns:
        The catalog ID where the table resides.
      • databaseName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> databaseName()
        Returns:
        Name of the metadata database where the table metadata resides. For Hive compatibility, this must be all lowercase.
      • partitionIndex

        public java.util.Optional<com.pulumi.core.Output<PartitionIndexPartitionIndexArgs>> partitionIndex()
        Returns:
        Configuration block for a partition index. See `partition_index` below.
      • tableName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tableName()
        Returns:
        Name of the table. For Hive compatibility, this must be entirely lowercase.