Collection Args
data class CollectionArgs(val description: Output<String>? = null, val name: Output<String>? = null, val standbyReplicas: Output<CollectionStandbyReplicas>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val type: Output<CollectionType>? = null) : ConvertibleToJava<CollectionArgs>
Amazon OpenSearchServerless collection resource
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, standbyReplicas: Output<CollectionStandbyReplicas>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, type: Output<CollectionType>? = null)
Properties
Link copied to clipboard
The description of the collection
Link copied to clipboard
Link copied to clipboard
Indicates whether to use standby replicas for the collection. You can't update this property after the collection is already created. If you attempt to modify this property, the collection continues to use the original value.
Link copied to clipboard
List of tags to be added to the resource
Link copied to clipboard
The type of collection. Possible values are SEARCH
, TIMESERIES
, and VECTORSEARCH
. For more information, see Choosing a collection type .