Interface DatastoreIndexProperties

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DatastoreIndexProperties.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.836Z")
    @Stability(Stable)
    public interface DatastoreIndexProperties
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDirection

        @Stability(Stable)
        @NotNull
        String getDirection()
        The direction the index should optimize for sorting. Possible values: ["ASCENDING", "DESCENDING"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#direction DatastoreIndex#direction}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The property name to index.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastore_index#name DatastoreIndex#name}