WorkMail / Client / create_identity_center_application
create_identity_center_application#
- WorkMail.Client.create_identity_center_application(**kwargs)#
Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration. For more information, see PutIdentityProviderConfiguration. This action does not affect the authentication settings for any WorkMail organizations.
See also: AWS API Documentation
Request Syntax
response = client.create_identity_center_application( Name='string', InstanceArn='string', ClientToken='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the IAM Identity Center application.
InstanceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the instance.
ClientToken (string) –
The idempotency token associated with the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'ApplicationArn': 'string' }
Response Structure
(dict) –
ApplicationArn (string) –
The Amazon Resource Name (ARN) of the application.
Exceptions
WorkMail.Client.exceptions.InvalidParameterException