AWS::Glue::IdentityCenterConfigurationResource Type definition for AWS::Glue::IdentityCenterConfiguration
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | RequiredCreate-only |
Scopes | Array<string> | |
UserBackgroundSessionsEnabled | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccountId | string | The identifier for the specified AWS account. |
ApplicationArn | string | The Glue IAM identity center application arn |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::IdentityCenterConfiguration
Resources:
MyResource:
Type: AWS::Glue::IdentityCenterConfiguration
Properties:
InstanceArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateGlueIdentityCenterConfigurationglue:GetGlueIdentityCenterConfigurationsso:CreateApplicationsso:ListInstancessso:ListApplicationssso:PutApplicationAuthenticationMethodsso:PutApplicationGrantsso:PutApplicationAccessScopeglue:GetGlueIdentityCenterConfigurationglue:UpdateGlueIdentityCenterConfigurationglue:GetGlueIdentityCenterConfigurationsso:PutApplicationAuthenticationMethodsso:PutApplicationGrantsso:PutApplicationAccessScopesso:PutApplicationAssignmentConfigurationsso:DeleteApplicationAccessScopesso:PutApplicationSessionConfigurationglue:DeleteGlueIdentityCenterConfigurationglue:GetGlueIdentityCenterConfigurationsso:DeleteApplicationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceArn