Package-level declarations
Types
Link copied to clipboard
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
class AppGroupArgsBuilder
Builder for AppGroupArgs.
Link copied to clipboard
Link copied to clipboard
class AppGroupResourceBuilder
Builder for AppGroup.
Link copied to clipboard
object OpensearchFunctions