Get Application Result
data class GetApplicationResult(val applicationAccount: String, val applicationArn: String, val applicationProviderArn: String, val description: String, val id: String, val instanceArn: String, val name: String, val portalOptions: List<GetApplicationPortalOption>? = null, val status: String)
A collection of values returned by getApplication.
Constructors
Properties
Link copied to clipboard
AWS account ID.
Link copied to clipboard
Link copied to clipboard
ARN of the application provider.
Link copied to clipboard
Description of the application.
Link copied to clipboard
ARN of the instance of IAM Identity Center.
Link copied to clipboard
Options for the portal associated with an application. See the aws.ssoadmin.Application
resource documentation. The attributes are the same.