interface RunCacheReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Omics.RunCacheReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsomics#RunCacheReference |
Java | software.amazon.awscdk.interfaces.omics.RunCacheReference |
Python | aws_cdk.interfaces.aws_omics.RunCacheReference |
TypeScript | aws-cdk-lib » interfaces » aws_omics » RunCacheReference |
A reference to a RunCache resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_omics as interfaces_omics } from 'aws-cdk-lib/interfaces';
const runCacheReference: interfaces_omics.RunCacheReference = {
runCacheArn: 'runCacheArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| run | string | The Arn of the RunCache resource. |
runCacheArn
Type:
string
The Arn of the RunCache resource.

.NET
Go
Java
Python
TypeScript