CreateRunCacheRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Default cache behavior for runs that use this cache. Supported values are:

Link copied to clipboard

The Amazon Web Services account ID of the expected owner of the S3 bucket for the run cache. If not provided, your account ID is set as the owner of the bucket.

Link copied to clipboard

Specify the S3 location for storing the cached task outputs. This data must be immediately accessible (not in an archived state).

Link copied to clipboard

Enter a description of the run cache.

Link copied to clipboard
val name: String?

Enter a user-friendly name for the run cache.

Link copied to clipboard

A unique request token, to ensure idempotency. If you don't specify a token, Amazon Web Services HealthOmics automatically generates a universally unique identifier (UUID) for the request.

Link copied to clipboard

Specify one or more tags to associate with this run cache.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String