AWS::Glue::IdentityCenterConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Glue::IdentityCenterConfiguration

Creates a new Amazon Glue Identity Center configuration to enable integration between Amazon Glue and Amazon IAM Identity Center for authentication and authorization.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Glue::IdentityCenterConfiguration", "Properties" : { "InstanceArn" : String, "Scopes" : [ String, ... ], "UserBackgroundSessionsEnabled" : Boolean } }

YAML

Type: AWS::Glue::IdentityCenterConfiguration Properties: InstanceArn: String Scopes: - String UserBackgroundSessionsEnabled: Boolean

Properties

InstanceArn

The Amazon Resource Name (ARN) of the Identity Center instance associated with the Amazon Glue configuration.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$

Minimum: 10

Maximum: 1224

Update requires: Replacement

Scopes

A list of Identity Center scopes that define the permissions and access levels for the Amazon Glue configuration.

Required: No

Type: Array of String

Update requires: No interruption

UserBackgroundSessionsEnabled

Indicates whether users can run background sessions when using Identity Center authentication with Amazon Glue services.

Required: No

Type: Boolean

Update requires: No interruption

Return values

Ref

Fn::GetAtt

AccountId

Property description not available.

ApplicationArn

The Amazon Resource Name (ARN) of the Identity Center application associated with the Amazon Glue configuration.