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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "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.
- Cache
Behavior Pulumi.Aws Native. Omics. Run Cache Cache Behavior - 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
Pulumi.
Aws Native. Omics. Run Cache Status - The run cache status.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags for the run cache.
- Arn string
- The run cache ARN.
- Cache
Behavior RunCache Cache Behavior - 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
Run
Cache Status - The run cache status.
- 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.
- list(object)
- Tags for the run cache.
- arn String
- The run cache ARN.
- cache
Behavior RunCache Cache Behavior - 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
Run
Cache Status - The run cache status.
- List<Tag>
- Tags for the run cache.
- arn string
- The run cache ARN.
- cache
Behavior RunCache Cache Behavior - 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
Run
Cache Status - The run cache status.
- Tag[]
- Tags for the run cache.
- arn str
- The run cache ARN.
- cache_
behavior RunCache Cache Behavior - 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
Run
Cache Status - The run cache status.
- Sequence[root_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.
- List<Property Map>
- Tags for the run cache.
Supporting Types
RunCacheCacheBehavior
RunCacheStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 14, 2026 by Pulumi