RunCacheReference

class aws_cdk.interfaces.aws_omics.RunCacheReference(*, run_cache_arn)

Bases: object

A reference to a RunCache resource.

Parameters:

run_cache_arn (str) – The Arn of the RunCache resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_omics as interfaces_omics

run_cache_reference = interfaces_omics.RunCacheReference(
    run_cache_arn="runCacheArn"
)

Attributes

run_cache_arn

The Arn of the RunCache resource.