Class CfnRunCacheProps
Properties for defining a CfnRunCache.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRunCacheProps : ICfnRunCacheProps
Syntax (vb)
Public Class CfnRunCacheProps Implements ICfnRunCacheProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-runcache.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Omics;
var cfnRunCacheProps = new CfnRunCacheProps {
CacheBehavior = "cacheBehavior",
CacheBucketOwnerId = "cacheBucketOwnerId",
CacheS3Location = "cacheS3Location",
Description = "description",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnRunCacheProps() | Properties for defining a |
Properties
| CacheBehavior | The default cache behavior for runs using this cache. |
| CacheBucketOwnerId | The AWS account ID of the expected owner of the S3 bucket for the run cache. |
| CacheS3Location | The S3 location for storing the cached task outputs. |
| Description | A description of the run cache. |
| Name | A name for the run cache. |
| Tags | Tags for the run cache. |
Constructors
CfnRunCacheProps()
Properties for defining a CfnRunCache.
public CfnRunCacheProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-runcache.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Omics;
var cfnRunCacheProps = new CfnRunCacheProps {
CacheBehavior = "cacheBehavior",
CacheBucketOwnerId = "cacheBucketOwnerId",
CacheS3Location = "cacheS3Location",
Description = "description",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
CacheBehavior
The default cache behavior for runs using this cache.
public string? CacheBehavior { get; set; }
Property Value
Remarks
CacheBucketOwnerId
The AWS account ID of the expected owner of the S3 bucket for the run cache.
public string? CacheBucketOwnerId { get; set; }
Property Value
Remarks
CacheS3Location
The S3 location for storing the cached task outputs.
public string? CacheS3Location { get; set; }
Property Value
Remarks
Description
A description of the run cache.
public string? Description { get; set; }
Property Value
Remarks
Name
A name for the run cache.
public string? Name { get; set; }