ImageDetails
Information about the container image used for a task.
Contents
- image
-
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
-
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
-
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
For more information about using this API in one of the language-specific AWS SDKs, see the following: