GetApplicationResult

data class GetApplicationResult(val appConfigs: List<ApplicationAppConfig>? = null, val arn: String? = null, val dataSources: List<ApplicationDataSource>? = null, val endpoint: String? = null, val iamIdentityCenterOptions: IamIdentityCenterOptionsProperties? = null, val id: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(appConfigs: List<ApplicationAppConfig>? = null, arn: String? = null, dataSources: List<ApplicationDataSource>? = null, endpoint: String? = null, iamIdentityCenterOptions: IamIdentityCenterOptionsProperties? = null, id: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of application configurations.

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) format.

Link copied to clipboard

List of data sources.

Link copied to clipboard
val endpoint: String? = null

The endpoint for the application.

Link copied to clipboard

Options for configuring IAM Identity Center

Link copied to clipboard
val id: String? = null

The identifier of the application.

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

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