AWS::Glue::IdentityCenterConfigurationCreates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization.
import { CfnIdentityCenterConfiguration } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnIdentityCenterConfigurationConfiguration passed to the constructor as CfnIdentityCenterConfigurationProps.
instanceArnRequiredstringThe Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS Glue configuration.
scopesOptionalstring[]A list of Identity Center scopes that define the permissions and access levels for the AWS Glue configuration.
userBackgroundSessionsEnabledOptionalboolean | IResolvableIndicates whether users can run background sessions when using Identity Center authentication with AWS Glue services.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-glueAWS::Glue::IdentityCenterConfiguration