CollectionArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): CollectionArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the collection

Link copied to clipboard
val name: Output<String>? = null

The name of the collection. The name must meet the following criteria: Unique to your account and AWS Region Starts with a lowercase letter Contains only lowercase letters a-z, the numbers 0-9 and the hyphen (-) Contains between 3 and 32 characters

Link copied to clipboard
val tags: Output<List<CollectionTagArgs>>? = null

List of tags to be added to the resource

Link copied to clipboard
val type: Output<CollectionType>? = null