

# ImageDetails
<a name="API_ImageDetails"></a>

Information about the container image used for a task.

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

 ** image **   <a name="omics-Type-ImageDetails-image"></a>
The URI of the container image.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 750.  
Pattern: `[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+`   
Required: No

 ** imageDigest **   <a name="omics-Type-ImageDetails-imageDigest"></a>
The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `sha[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+`   
Required: No

 ** sourceImage **   <a name="omics-Type-ImageDetails-sourceImage"></a>
URI of the source registry. If the URI is from a third-party registry, AWS HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 750.  
Pattern: `[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+`   
Required: No

## See Also
<a name="API_ImageDetails_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/omics-2022-11-28/ImageDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/omics-2022-11-28/ImageDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/omics-2022-11-28/ImageDetails) 