Class CfnAnnotationStore.ReferenceItemProperty
A genome reference.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnnotationStore.ReferenceItemProperty : CfnAnnotationStore.IReferenceItemProperty
Syntax (vb)
Public Class CfnAnnotationStore.ReferenceItemProperty Implements CfnAnnotationStore.IReferenceItemProperty
Remarks
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() | A genome reference. |
Properties
ReferenceArn | The reference's ARN. |
Constructors
ReferenceItemProperty()
A genome reference.
public ReferenceItemProperty()
Remarks
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"
};
Properties
ReferenceArn
The reference's ARN.
public string ReferenceArn { get; set; }