This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::IdentityCenterConfiguration
Creates a new AWS Glue Identity Center configuration to enable integration between AWS Glue and AWS IAM Identity Center for authentication and authorization.
Syntax
To declare this entity in your 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:StringScopes:- StringUserBackgroundSessionsEnabled:Boolean
Properties
InstanceArn-
The Amazon Resource Name (ARN) of the Identity Center instance associated with the AWS 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:
10Maximum:
1224Update requires: Replacement
Scopes-
A list of Identity Center scopes that define the permissions and access levels for the AWS 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 AWS Glue services.
Required: No
Type: Boolean
Update requires: No interruption
Return values
Ref
Fn::GetAtt
AccountIdProperty description not available.
ApplicationArn-
The Amazon Resource Name (ARN) of the Identity Center application associated with the AWS Glue configuration.