1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. omics
  6. RunCache

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Definition of AWS::Omics::RunCache Resource Type

    Create RunCache Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RunCache(name: string, args?: RunCacheArgs, opts?: CustomResourceOptions);
    @overload
    def RunCache(resource_name: str,
                 args: Optional[RunCacheArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def RunCache(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 cache_behavior: Optional[RunCacheCacheBehavior] = None,
                 cache_bucket_owner_id: Optional[str] = None,
                 cache_s3_location: Optional[str] = None,
                 description: Optional[str] = None,
                 name: Optional[str] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewRunCache(ctx *Context, name string, args *RunCacheArgs, opts ...ResourceOption) (*RunCache, error)
    public RunCache(string name, RunCacheArgs? args = null, CustomResourceOptions? opts = null)
    public RunCache(String name, RunCacheArgs args)
    public RunCache(String name, RunCacheArgs args, CustomResourceOptions options)
    
    type: aws-native:omics:RunCache
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_omics_run_cache" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args RunCacheArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RunCacheArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RunCacheArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RunCacheArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RunCacheArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RunCache Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RunCache resource accepts the following input properties:

    CacheBehavior Pulumi.AwsNative.Omics.RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    CacheBucketOwnerId string
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    CacheS3Location string
    The S3 location for storing the cached task outputs.
    Description string
    A description of the run cache.
    Name string
    A name for the run cache.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for the run cache.
    CacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    CacheBucketOwnerId string
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    CacheS3Location string
    The S3 location for storing the cached task outputs.
    Description string
    A description of the run cache.
    Name string
    A name for the run cache.
    Tags TagArgs
    Tags for the run cache.
    cache_behavior "CACHE_ON_FAILURE" | "CACHE_ALWAYS"
    The default cache behavior for runs using this cache.
    cache_bucket_owner_id string
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    cache_s3_location string
    The S3 location for storing the cached task outputs.
    description string
    A description of the run cache.
    name string
    A name for the run cache.
    tags list(object)
    Tags for the run cache.
    cacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    cacheBucketOwnerId String
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    cacheS3Location String
    The S3 location for storing the cached task outputs.
    description String
    A description of the run cache.
    name String
    A name for the run cache.
    tags List<Tag>
    Tags for the run cache.
    cacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    cacheBucketOwnerId string
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    cacheS3Location string
    The S3 location for storing the cached task outputs.
    description string
    A description of the run cache.
    name string
    A name for the run cache.
    tags Tag[]
    Tags for the run cache.
    cache_behavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    cache_bucket_owner_id str
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    cache_s3_location str
    The S3 location for storing the cached task outputs.
    description str
    A description of the run cache.
    name str
    A name for the run cache.
    tags Sequence[TagArgs]
    Tags for the run cache.
    cacheBehavior "CACHE_ON_FAILURE" | "CACHE_ALWAYS"
    The default cache behavior for runs using this cache.
    cacheBucketOwnerId String
    The AWS account ID of the expected owner of the S3 bucket for the run cache.
    cacheS3Location String
    The S3 location for storing the cached task outputs.
    description String
    A description of the run cache.
    name String
    A name for the run cache.
    tags List<Property Map>
    Tags for the run cache.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RunCache resource produces the following output properties:

    Arn string
    The run cache ARN.
    AwsId string
    The run cache ID.
    CreationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Omics.RunCacheStatus
    The run cache status.
    Arn string
    The run cache ARN.
    AwsId string
    The run cache ID.
    CreationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    Id string
    The provider-assigned unique ID for this managed resource.
    Status RunCacheStatus
    The run cache status.
    arn string
    The run cache ARN.
    aws_id string
    The run cache ID.
    creation_time string
    Creation time of the run cache (an ISO 8601 formatted string).
    id string
    The provider-assigned unique ID for this managed resource.
    status "ACTIVE" | "DELETED" | "FAILED"
    The run cache status.
    arn String
    The run cache ARN.
    awsId String
    The run cache ID.
    creationTime String
    Creation time of the run cache (an ISO 8601 formatted string).
    id String
    The provider-assigned unique ID for this managed resource.
    status RunCacheStatus
    The run cache status.
    arn string
    The run cache ARN.
    awsId string
    The run cache ID.
    creationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    id string
    The provider-assigned unique ID for this managed resource.
    status RunCacheStatus
    The run cache status.
    arn str
    The run cache ARN.
    aws_id str
    The run cache ID.
    creation_time str
    Creation time of the run cache (an ISO 8601 formatted string).
    id str
    The provider-assigned unique ID for this managed resource.
    status RunCacheStatus
    The run cache status.
    arn String
    The run cache ARN.
    awsId String
    The run cache ID.
    creationTime String
    Creation time of the run cache (an ISO 8601 formatted string).
    id String
    The provider-assigned unique ID for this managed resource.
    status "ACTIVE" | "DELETED" | "FAILED"
    The run cache status.

    Supporting Types

    RunCacheCacheBehavior, RunCacheCacheBehaviorArgs

    CacheOnFailure
    CACHE_ON_FAILURE
    CacheAlways
    CACHE_ALWAYS
    RunCacheCacheBehaviorCacheOnFailure
    CACHE_ON_FAILURE
    RunCacheCacheBehaviorCacheAlways
    CACHE_ALWAYS
    "CACHE_ON_FAILURE"
    CACHE_ON_FAILURE
    "CACHE_ALWAYS"
    CACHE_ALWAYS
    CacheOnFailure
    CACHE_ON_FAILURE
    CacheAlways
    CACHE_ALWAYS
    CacheOnFailure
    CACHE_ON_FAILURE
    CacheAlways
    CACHE_ALWAYS
    CACHE_ON_FAILURE
    CACHE_ON_FAILURE
    CACHE_ALWAYS
    CACHE_ALWAYS
    "CACHE_ON_FAILURE"
    CACHE_ON_FAILURE
    "CACHE_ALWAYS"
    CACHE_ALWAYS

    RunCacheStatus, RunCacheStatusArgs

    Active
    ACTIVE
    Deleted
    DELETED
    Failed
    FAILED
    RunCacheStatusActive
    ACTIVE
    RunCacheStatusDeleted
    DELETED
    RunCacheStatusFailed
    FAILED
    "ACTIVE"
    ACTIVE
    "DELETED"
    DELETED
    "FAILED"
    FAILED
    Active
    ACTIVE
    Deleted
    DELETED
    Failed
    FAILED
    Active
    ACTIVE
    Deleted
    DELETED
    Failed
    FAILED
    ACTIVE
    ACTIVE
    DELETED
    DELETED
    FAILED
    FAILED
    "ACTIVE"
    ACTIVE
    "DELETED"
    DELETED
    "FAILED"
    FAILED

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial