---
type: resource-type
title: SSOApplication
description: aws resource type AWS::SSO::Application
name: SSOApplication
lexicon: aws
resource_type: AWS::SSO::Application
---
`AWS::SSO::Application`, a resource type of the aws lexicon.

## Properties

- `ApplicationProviderArn` (`string`, required): The ARN of the application provider under which the operation will run
- `InstanceArn` (`string`, required): The ARN of the instance of IAM Identity Center under which the operation will run
- `Name` (`string`, required): The name you want to assign to this Identity Center (SSO) Application
- `ApplicationArn` (`string`, optional): The Application ARN that is returned upon creation of the Identity Center (SSO) Application
- `Description` (`string`, optional): The description information for the Identity Center (SSO) Application
- `IdentityStoreArn` (`string`, optional): The ARN of the identity store associated with the Identity Center instance
- `PortalOptions` (`SSOApplication_PortalOptionsConfiguration`, optional): A structure that describes the options for the portal associated with an application
- `Status` (`"DISABLED" | "ENABLED"`, optional): Specifies whether the application is enabled or disabled
- `Tags` (`SSOApplication_Tag[]`, optional)

## Attributes

- `ApplicationArn`
- `IdentityStoreArn`
