AppConfig

class AppConfig

Configuration settings for an OpenSearch application. For more information, see see Using the OpenSearch user interface in Amazon OpenSearch Service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration item to set, such as the admin role for the OpenSearch application.

Link copied to clipboard

The value assigned to the configuration key, such as an IAM user ARN.

Functions

Link copied to clipboard
inline fun copy(block: AppConfig.Builder.() -> Unit = {}): AppConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String