AWS::SSO::ApplicationCreates an OAuth 2.0 customer managed application in IAM Identity Center for the given application provider. > This API does not support creating SAML 2.0 customer managed applications or AWS managed applications. To learn how to create an AWS managed application, see the application user guide. You can create a SAML 2.0 customer managed application in the AWS Management Console only. See [Setting up customer managed SAML 2.0 applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html) . For more information on these application types, see [AWS managed applications](https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html) .
import { CfnApplication } from 'aws-cdk-lib/aws-sso';Or use the module namespace:
import * as sso from 'aws-cdk-lib/aws-sso';
// sso.CfnApplicationConfiguration passed to the constructor as CfnApplicationProps.
applicationProviderArnRequiredstringThe ARN of the application provider for this application.
instanceArnRequiredstringThe ARN of the instance of IAM Identity Center that is configured with this application.
nameRequiredstringThe name of the application.
descriptionOptionalstringThe description of the application.
portalOptionsOptionalIResolvable | PortalOptionsConfigurationPropertyA structure that describes the options for the access portal associated with this application.
statusOptionalstringThe current status of the application in this instance of IAM Identity Center.
tagsOptionalCfnTag[]Specifies tags to be attached to the application.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ssoAWS::SSO::Application