Collection

class Collection : KotlinCustomResource

Amazon OpenSearchServerless collection resource

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the collection.

Link copied to clipboard
val awsId: Output<String>

The identifier of the collection

Link copied to clipboard

The endpoint for the collection.

Link copied to clipboard

The OpenSearch Dashboards endpoint for the collection.

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

The description of the collection

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

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
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
val tags: Output<List<CreateOnlyTag>>?

List of tags to be added to the resource

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

The type of collection. Possible values are SEARCH , TIMESERIES , and VECTORSEARCH . For more information, see Choosing a collection type .

Link copied to clipboard
val urn: Output<String>