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

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
val tags: Output<List<CollectionTag>>?

List of tags to be added to the resource

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