AWS::SSO::InstanceCreates an instance of IAM Identity Center for a standalone AWS account that is not managed by AWS Organizations or a member AWS account in an organization. You can create only one instance per account and across all AWS Regions . The CreateInstance request is rejected if the following apply: - The instance is created within the organization management account. - An instance already exists in the same account.
import { CfnInstance } from 'aws-cdk-lib/aws-sso';Or use the module namespace:
import * as sso from 'aws-cdk-lib/aws-sso';
// sso.CfnInstanceConfiguration passed to the constructor as CfnInstanceProps.
nameOptionalstringThe name of the Identity Center instance.
tagsOptionalCfnTag[]Specifies tags to be attached to the instance of IAM Identity Center.
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::Instance