Skip to content

Create Identity Center Application

workmail_create_identity_center_application R Documentation

Creates the WorkMail application in IAM Identity Center that can be used later in the WorkMail - IdC integration

Description

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.

Usage

workmail_create_identity_center_application(Name, InstanceArn,
  ClientToken)

Arguments

Name

[required] The name of the IAM Identity Center application.

InstanceArn

[required] The Amazon Resource Name (ARN) of the instance.

ClientToken

The idempotency token associated with the request.

Value

A list with the following syntax:

list(
  ApplicationArn = "string"
)

Request syntax

svc$create_identity_center_application(
  Name = "string",
  InstanceArn = "string",
  ClientToken = "string"
)