Class CfnAnnotationStore.ReferenceItemProperty
A genome reference.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReferenceItemProperty : Object, CfnAnnotationStore.IReferenceItemProperty
Syntax (vb)
Public Class ReferenceItemProperty
Inherits Object
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
Reference |
Properties
Reference |
The reference's ARN. |
Constructors
ReferenceItemProperty()
public ReferenceItemProperty()
Properties
ReferenceArn
The reference's ARN.
public string ReferenceArn { get; set; }
Property Value
System.