SequenceStoreDetail
Details about a sequence store.
Contents
- arn
- 
               The store's ARN. Type: String Length Constraints: Minimum length of 1. Maximum length of 127. Pattern: arn:.+Required: Yes 
- creationTime
- 
               When the store was created. Type: Timestamp Required: Yes 
- id
- 
               The store's ID. Type: String Length Constraints: Minimum length of 10. Maximum length of 36. Pattern: [0-9]+Required: Yes 
- description
- 
               The store's description. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+Required: No 
- eTagAlgorithmFamily
- 
               The algorithm family of the ETag. Type: String Valid Values: MD5up | SHA256up | SHA512upRequired: No 
- fallbackLocation
- 
               An S3 location that is used to store files that have failed a direct upload. Type: String Pattern: $|^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/?((.{1,1024})/)?Required: No 
- name
- 
               The store's name. Type: String Length Constraints: Minimum length of 1. Maximum length of 127. Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+Required: No 
- sseConfig
- 
               The store's server-side encryption (SSE) settings. Type: SseConfig object Required: No 
- status
- 
               Status of the sequence store. Type: String Valid Values: CREATING | ACTIVE | UPDATING | DELETING | FAILEDRequired: No 
- statusMessage
- 
               The status message of the sequence store. Type: String Length Constraints: Minimum length of 1. Maximum length of 127. Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+Required: No 
- updateTime
- 
               The last-updated time of the Sequence Store. Type: Timestamp Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: