Application Args
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)