AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Glue::IdentityCenterConfiguration

CfnIdentityCenterConfiguration

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

Import

import { CfnIdentityCenterConfiguration } from 'aws-cdk-lib/aws-glue';

Or use the module namespace:

import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnIdentityCenterConfiguration

Properties

Configuration passed to the constructor as CfnIdentityCenterConfigurationProps.

instanceArnRequired
string

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

scopesOptional
string[]

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

userBackgroundSessionsEnabledOptional
boolean | IResolvable

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

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