AnnotationStoreVersionItem
Annotation store versions.
Contents
- creationTime
-
The time stamp for when an annotation store version was created.
Type: Timestamp
Required: Yes
- description
-
The description of an annotation store version.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: Yes
- id
-
The annotation store version ID.
Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
Required: Yes
- name
-
A name given to an annotation store version to distinguish it from others.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 255.
Pattern:
([a-z]){1}([a-z0-9_]){2,254}
Required: Yes
- status
-
The status of an annotation store version.
Type: String
Valid Values:
CREATING | UPDATING | DELETING | ACTIVE | FAILED
Required: Yes
- statusMessage
-
The status of an annotation store version.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: Yes
- storeId
-
The store ID for an annotation store version.
Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
Required: Yes
- updateTime
-
The time stamp for when an annotation store version was updated.
Type: Timestamp
Required: Yes
- versionArn
-
The Arn for an annotation store version.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:([^: ]*):([^: ]*):([^: ]*):([0-9]{12}):([^: ]*)
Required: Yes
- versionName
-
The name of an annotation store version.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 255.
Pattern:
([a-z]){1}([a-z0-9_]){2,254}
Required: Yes
- versionSizeBytes
-
The size of an annotation store version in Bytes.
Type: Long
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: