

# IconImageInput
<a name="API_IconImageInput"></a>

The input for an icon image (logo or favicon). Provide either a binary image file or an S3 URI pointing to the image file. Maximum 100 KB in JPEG, PNG, or ICO format.

## Contents
<a name="API_IconImageInput_Contents"></a>

**Important**  
This data type is a UNION, so only one of the following members can be specified when used or returned.

 ** blob **   <a name="workspacesweb-Type-IconImageInput-blob"></a>
The image provided as a binary image file.  
Type: Base64-encoded binary data object  
Length Constraints: Minimum length of 0. Maximum length of 102400.  
Required: No

 ** s3Uri **   <a name="workspacesweb-Type-IconImageInput-s3Uri"></a>
The S3 URI pointing to the image file. The URI must use the format `s3://bucket-name/key-name`. You must have read access to the S3 object.  
Type: String  
Pattern: `s3://[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]/.+`   
Required: No

## See Also
<a name="API_IconImageInput_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/workspaces-web-2020-07-08/IconImageInput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/workspaces-web-2020-07-08/IconImageInput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/workspaces-web-2020-07-08/IconImageInput) 