Index

class Index : KotlinCustomResource

Creates the specified index. A newly created index's initial state is CREATING. On completion of the returned google.longrunning.Operation, the state will be READY. If the index already exists, the call will return an ALREADY_EXISTS status. During index creation, the process could result in an error, in which case the index will move to the ERROR state. The process can be recovered by fixing the data that caused the error, removing the index with delete, then re-creating the index with create. Indexes with a single property cannot be created. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val ancestor: Output<String>

The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indexId: Output<String>

The resource ID of the index.

Link copied to clipboard
val kind: Output<String>

The entity kind to which this index applies.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard

An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The state of the index.

Link copied to clipboard
val urn: Output<String>