Interface FirestoreIndexConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
FirestoreIndexConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.240Z") @Stability(Stable) public interface FirestoreIndexConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFirestoreIndexConfig.BuilderA builder forFirestoreIndexConfigstatic classFirestoreIndexConfig.Jsii$ProxyAn implementation forFirestoreIndexConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FirestoreIndexConfig.Builderbuilder()default StringgetApiScope()The API scope at which a query is run.StringgetCollection()The collection being indexed.default StringgetDatabase()The Firestore database id.ObjectgetFields()fields block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#id FirestoreIndex#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#project FirestoreIndex#project}.default StringgetQueryScope()The scope at which a query is run.default FirestoreIndexTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCollection
@Stability(Stable) @NotNull String getCollection()
The collection being indexed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#collection FirestoreIndex#collection}
-
getFields
@Stability(Stable) @NotNull Object getFields()
fields block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#fields FirestoreIndex#fields}
-
getApiScope
@Stability(Stable) @Nullable default String getApiScope()
The API scope at which a query is run. Default value: "ANY_API" Possible values: ["ANY_API", "DATASTORE_MODE_API"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#api_scope FirestoreIndex#api_scope}
-
getDatabase
@Stability(Stable) @Nullable default String getDatabase()
The Firestore database id. Defaults to '"(default)"'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#database FirestoreIndex#database}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#id FirestoreIndex#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#project FirestoreIndex#project}.
-
getQueryScope
@Stability(Stable) @Nullable default String getQueryScope()
The scope at which a query is run. Default value: "COLLECTION" Possible values: ["COLLECTION", "COLLECTION_GROUP", "COLLECTION_RECURSIVE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#query_scope FirestoreIndex#query_scope}
-
getTimeouts
@Stability(Stable) @Nullable default FirestoreIndexTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_index#timeouts FirestoreIndex#timeouts}
-
builder
@Stability(Stable) static FirestoreIndexConfig.Builder builder()
- Returns:
- a
FirestoreIndexConfig.BuilderofFirestoreIndexConfig
-
-