ApplicationArgs

data class ApplicationArgs(val appConfigs: Output<List<ApplicationAppConfigArgs>>? = null, val dataSources: Output<List<ApplicationDataSourceArgs>>? = null, val endpoint: Output<String>? = null, val iamIdentityCenterOptions: Output<IamIdentityCenterOptionsPropertiesArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationArgs>

Amazon OpenSearchService application resource

Constructors

Link copied to clipboard
constructor(appConfigs: Output<List<ApplicationAppConfigArgs>>? = null, dataSources: Output<List<ApplicationDataSourceArgs>>? = null, endpoint: Output<String>? = null, iamIdentityCenterOptions: Output<IamIdentityCenterOptionsPropertiesArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

List of application configurations.

Link copied to clipboard

List of data sources.

Link copied to clipboard
val endpoint: Output<String>? = null

The endpoint for the application.

Link copied to clipboard

Options for configuring IAM Identity Center

Link copied to clipboard
val name: Output<String>? = null

The name of the application.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An arbitrary set of tags (key-value pairs) for this application.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationArgs