VariantStoreItem
A variant store.
Contents
- creationTime
-
When the store was created.
Type: Timestamp
Required: Yes
- description
-
The store's description.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: Yes
- id
-
The store's 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
-
The store's name.
Type: String
Required: Yes
- reference
-
The store's genome reference.
Type: ReferenceItem object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- sseConfig
-
The store's server-side encryption (SSE) settings.
Type: SseConfig object
Required: Yes
- status
-
The store's status.
Type: String
Valid Values:
CREATING | UPDATING | DELETING | ACTIVE | FAILED
Required: Yes
- statusMessage
-
The store's status message.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1000.
Required: Yes
- storeArn
-
The store's ARN.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:([^: ]*):([^: ]*):([^: ]*):([0-9]{12}):([^: ]*)
Required: Yes
- storeSizeBytes
-
The store's size in bytes.
Type: Long
Required: Yes
- updateTime
-
When the store was updated.
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: