

# AppClient
<a name="API_AppClient"></a>


|  | 
| --- |
| The AWS AppFabric for productivity feature is in preview and is subject to change. | 

Contains information about an AppClient.

**Topics**


| Parameter | Description | 
| --- | --- | 
| **appName** | The name of the application.<br />Type: String<br />Required: Yes | 
| **arn** | The Amazon Resource Name (ARN) of the AppClient.<br />Type: String<br />Length Constraints: Minimum length of 1. Maximum length of 1011.<br />Pattern: `arn:.+`<br />Required: Yes | 
| **description** | A description for the application.<br />Type: String<br />Required: Yes | 
| **iconUrl** | The URL to the icon or logo for the AppClient.<br />Type: String<br />Required: No | 
| **redirectUrls** | The allowed redirect URLs for the AppClient.<br />Type: Array of strings<br />Array Members: Minimum number of 1 item. Maximum number of 5 items.<br />Length Constraints: Minimum length of 1. Maximum length of 2048.<br />Pattern: `(http\|https):\/\/[-a-zA-Z0-9_:.\/]+`<br />Required: Yes | 
| **starterUserEmails** | Starter email addresses for users who are allowed access to receive insights until the AppClient is verified. Type: Array of strings <br />Array Members: Fixed number of 1 item.<br />Length Constraints: Minimum length of 0. Maximum length of 320.<br />Pattern: `[a-zA-Z0-9.!#$%&’*+/=?^_`{\|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*`<br />Required: Yes | 
| **verificationDetails** | Contains the status and reason for the AppClient verification.<br />Type: [VerificationDetails](API_VerificationDetails.md) object<br />Required: Yes | 
| **customerManagedKeyArn** | The Amazon Resource Name (ARN) of the customer managed key generated by AWS Key Management Service for the AppClient.<br />Type: String<br />Length Constraints: Minimum length of 1. Maximum length of 1011.<br />Pattern: `arn:.+`<br />Required: No | 
| **appClientId** | The ID of the AppClient. Meant to be used in o-auth flows for the app-client.<br />Type: String<br />Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`<br />Required: No | 