Terraform data source for managing an AWS SSO Admin Application.
data "aws_ssoadmin_application" "example" {
application_arn = "arn:aws:sso::012345678901:application/ssoins-1234/apl-5678"
}
The following arguments are required:
application_arn
- (Required) ARN of the application.This data source exports the following attributes in addition to the arguments above:
application_account
- AWS account ID.application_provider_arn
- ARN of the application provider.description
- Description of the application.id
- ARN of the application.instance_arn
- ARN of the instance of IAM Identity Center.name
- Name of the application.portal_options
- Options for the portal associated with an application. See the aws_ssoadmin_application
resource documentation. The attributes are the same.status
- Status of the application.