Glue / Client / create_glue_identity_center_configuration
create_glue_identity_center_configuration¶
- Glue.Client.create_glue_identity_center_configuration(**kwargs)¶
Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.
See also: AWS API Documentation
Request Syntax
response = client.create_glue_identity_center_configuration( InstanceArn='string', Scopes=[ 'string', ] )
- Parameters:
InstanceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
Scopes (list) –
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'ApplicationArn': 'string' }
Response Structure
(dict) –
Response from creating a new Glue Identity Center configuration.
ApplicationArn (string) –
The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.
Exceptions