AWS::SSO::InstanceResource Type definition for Identity Center (SSO) Instance
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IdentityStoreId | string | The ID of the identity store associated with the created Identity Center (SSO) Instance |
InstanceArn | string | The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance |
OwnerAccountId | string | The AWS accountId of the owner of the Identity Center (SSO) Instance |
Status | string | The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSO::Instance
Resources:
MyResource:
Type: AWS::SSO::Instance
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sso:CreateInstancesso:DescribeInstancesso:TagResourceiam:CreateServiceLinkedRolesso:TagInstancesso:ListTagsForResourceidentitystore:CreateIdentityStoresso:DescribeInstancesso:ListTagsForResourcesso:UpdateInstancesso:TagResourcesso:UntagResourcesso:ListTagsForResourcesso:TagInstancesso:DescribeInstancesso:DeleteInstanceidentitystore:DeleteIdentityStoresso:ListInstancesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInstanceArn