AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSO::Instance

CfnInstance

Creates 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

import { CfnInstance } from 'aws-cdk-lib/aws-sso';

Or use the module namespace:

import * as sso from 'aws-cdk-lib/aws-sso';
// sso.CfnInstance

Properties

Configuration passed to the constructor as CfnInstanceProps.

nameOptional
string

The name of the Identity Center instance.

tagsOptional
CfnTag[]

Specifies tags to be attached to the instance of IAM Identity Center.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter