RunCacheListItem - HealthOmics API Reference

RunCacheListItem

List entry for one run cache.

Contents

arn

Unique resource identifier for the run cache.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: arn:.+

Required: No

cacheBehavior

Default cache behavior for the run cache.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Valid Values: CACHE_ON_FAILURE | CACHE_ALWAYS

Required: No

cacheS3Uri

The S3 uri for the run cache data.

Type: String

Pattern: s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])(/(.{0,1024}))?

Required: No

creationTime

The time that this run cache was created (an ISO 8601 formatted string).

Type: Timestamp

Required: No

id

The identifier for this run cache.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 18.

Pattern: [0-9]+

Required: No

name

The name of the run cache.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Required: No

status

The run cache status.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Valid Values: ACTIVE | DELETED | FAILED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: