Package-level declarations

Types

Link copied to clipboard
class AppGroup : KotlinCustomResource

Provides a Open Search App Group resource. For information about Open Search App Group and how to use it, see What is App Group.

Link copied to clipboard
data class AppGroupArgs(val appGroupName: Output<String>? = null, val chargeWay: Output<String>? = null, val currentVersion: Output<String>? = null, val description: Output<String>? = null, val orderType: Output<String>? = null, val orders: Output<List<AppGroupOrderArgs>>? = null, val paymentType: Output<String>? = null, val quota: Output<AppGroupQuotaArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<AppGroupArgs>

Provides a Open Search App Group resource. For information about Open Search App Group and how to use it, see What is App Group.

Link copied to clipboard
Link copied to clipboard
object AppGroupMapper : ResourceMapper<AppGroup>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun appGroup(name: String, block: suspend AppGroupResourceBuilder.() -> Unit): AppGroup