Show / Hide Table of Contents

Class CfnAnnotationStore.ReferenceItemProperty

A genome reference.

Inheritance
object
CfnAnnotationStore.ReferenceItemProperty
Implements
CfnAnnotationStore.IReferenceItemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-annotationstore-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()

A genome reference.

Properties

ReferenceArn

The reference's ARN.

Constructors

ReferenceItemProperty()

A genome reference.

public ReferenceItemProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-annotationstore-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"
             };

Properties

ReferenceArn

The reference's ARN.

public string ReferenceArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnnotationStore.IReferenceItemProperty
Back to top Generated by DocFX