GetApplicationPlainArgs

data class GetApplicationPlainArgs(val applicationArn: String, val portalOptions: List<GetApplicationPortalOption>? = null) : ConvertibleToJava<GetApplicationPlainArgs>

A collection of arguments for invoking getApplication.

Constructors

Link copied to clipboard
constructor(applicationArn: String, portalOptions: List<GetApplicationPortalOption>? = null)

Properties

Link copied to clipboard

ARN of the application.

Link copied to clipboard

Options for the portal associated with an application. See the aws.ssoadmin.Application resource documentation. The attributes are the same.

Functions

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