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:StringScopes:- StringUserBackgroundSessionsEnabled: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:
10Maximum:
1224Update 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
AccountIdProperty description not available.
ApplicationArn-
The Amazon Resource Name (ARN) of the Identity Center application associated with the Amazon Glue configuration.