Collection Args
data class CollectionArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<CollectionTagArgs>>? = 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
fun CollectionArgs(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<CollectionTagArgs>>? = null, type: Output<CollectionType>? = null)