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

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

    Using getRunCache

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRunCache(args: GetRunCacheArgs, opts?: InvokeOptions): Promise<GetRunCacheResult>
    function getRunCacheOutput(args: GetRunCacheOutputArgs, opts?: InvokeOutputOptions): Output<GetRunCacheResult>
    def get_run_cache(arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetRunCacheResult
    def get_run_cache_output(arn: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOutputOptions] = None) -> Output[GetRunCacheResult]
    func LookupRunCache(ctx *Context, args *LookupRunCacheArgs, opts ...InvokeOption) (*LookupRunCacheResult, error)
    func LookupRunCacheOutput(ctx *Context, args *LookupRunCacheOutputArgs, opts ...InvokeOption) LookupRunCacheResultOutput

    > Note: This function is named LookupRunCache in the Go SDK.

    public static class GetRunCache 
    {
        public static Task<GetRunCacheResult> InvokeAsync(GetRunCacheArgs args, InvokeOptions? opts = null)
        public static Output<GetRunCacheResult> Invoke(GetRunCacheInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetRunCacheResult> Invoke(GetRunCacheInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetRunCacheResult> getRunCache(GetRunCacheArgs args, InvokeOptions options)
    public static Output<GetRunCacheResult> getRunCache(GetRunCacheArgs args, InvokeOptions options)
    public static Output<GetRunCacheResult> getRunCache(GetRunCacheArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:omics:getRunCache
      arguments:
        # arguments dictionary
    data "aws-native_omics_get_run_cache" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The run cache ARN.
    Arn string
    The run cache ARN.
    arn string
    The run cache ARN.
    arn String
    The run cache ARN.
    arn string
    The run cache ARN.
    arn str
    The run cache ARN.
    arn String
    The run cache ARN.

    getRunCache Result

    The following output properties are available:

    Arn string
    The run cache ARN.
    CacheBehavior Pulumi.AwsNative.Omics.RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    CreationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    Description string
    A description of the run cache.
    Id string
    The run cache ID.
    Name string
    A name for the run cache.
    Status Pulumi.AwsNative.Omics.RunCacheStatus
    The run cache status.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for the run cache.
    Arn string
    The run cache ARN.
    CacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    CreationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    Description string
    A description of the run cache.
    Id string
    The run cache ID.
    Name string
    A name for the run cache.
    Status RunCacheStatus
    The run cache status.
    Tags Tag
    Tags for the run cache.
    arn string
    The run cache ARN.
    cache_behavior "CACHE_ON_FAILURE" | "CACHE_ALWAYS"
    The default cache behavior for runs using this cache.
    creation_time string
    Creation time of the run cache (an ISO 8601 formatted string).
    description string
    A description of the run cache.
    id string
    The run cache ID.
    name string
    A name for the run cache.
    status "ACTIVE" | "DELETED" | "FAILED"
    The run cache status.
    tags list(object)
    Tags for the run cache.
    arn String
    The run cache ARN.
    cacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    creationTime String
    Creation time of the run cache (an ISO 8601 formatted string).
    description String
    A description of the run cache.
    id String
    The run cache ID.
    name String
    A name for the run cache.
    status RunCacheStatus
    The run cache status.
    tags List<Tag>
    Tags for the run cache.
    arn string
    The run cache ARN.
    cacheBehavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    creationTime string
    Creation time of the run cache (an ISO 8601 formatted string).
    description string
    A description of the run cache.
    id string
    The run cache ID.
    name string
    A name for the run cache.
    status RunCacheStatus
    The run cache status.
    tags Tag[]
    Tags for the run cache.
    arn str
    The run cache ARN.
    cache_behavior RunCacheCacheBehavior
    The default cache behavior for runs using this cache.
    creation_time str
    Creation time of the run cache (an ISO 8601 formatted string).
    description str
    A description of the run cache.
    id str
    The run cache ID.
    name str
    A name for the run cache.
    status RunCacheStatus
    The run cache status.
    tags Sequence[root_Tag]
    Tags for the run cache.
    arn String
    The run cache ARN.
    cacheBehavior "CACHE_ON_FAILURE" | "CACHE_ALWAYS"
    The default cache behavior for runs using this cache.
    creationTime String
    Creation time of the run cache (an ISO 8601 formatted string).
    description String
    A description of the run cache.
    id String
    The run cache ID.
    name String
    A name for the run cache.
    status "ACTIVE" | "DELETED" | "FAILED"
    The run cache status.
    tags List<Property Map>
    Tags for the run cache.

    Supporting Types

    RunCacheCacheBehavior

    RunCacheStatus

    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 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