Show / Hide Table of Contents

Class CfnVariantStore.ReferenceItemProperty

The read set's genome reference ARN.

Inheritance
System.Object
CfnVariantStore.ReferenceItemProperty
Implements
CfnVariantStore.IReferenceItemProperty
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.AWS.Omics.dll
Syntax (csharp)
public class ReferenceItemProperty : Object, CfnVariantStore.IReferenceItemProperty
Syntax (vb)
Public Class ReferenceItemProperty
    Inherits Object
    Implements CfnVariantStore.IReferenceItemProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-variantstore-referenceitem.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 referenceItemProperty = new ReferenceItemProperty {
    ReferenceArn = "referenceArn"
};

Synopsis

Constructors

ReferenceItemProperty()

Properties

ReferenceArn

The reference's ARN.

Constructors

ReferenceItemProperty()

public ReferenceItemProperty()

Properties

ReferenceArn

The reference's ARN.

public string ReferenceArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-variantstore-referenceitem.html#cfn-omics-variantstore-referenceitem-referencearn

Implements

CfnVariantStore.IReferenceItemProperty
Back to top Generated by DocFX