Show / Hide Table of Contents

Interface IReferenceStoreReference

A reference to a ReferenceStore resource.

Namespace: Amazon.CDK.Interfaces.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReferenceStoreReference
Syntax (vb)
Public Interface IReferenceStoreReference
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.Interfaces.Omics;

            var referenceStoreReference = new ReferenceStoreReference {
                ReferenceStoreArn = "referenceStoreArn",
                ReferenceStoreId = "referenceStoreId"
            };

Synopsis

Properties

ReferenceStoreArn

The ARN of the ReferenceStore resource.

ReferenceStoreId

The ReferenceStoreId of the ReferenceStore resource.

Properties

ReferenceStoreArn

The ARN of the ReferenceStore resource.

string ReferenceStoreArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ReferenceStoreId

The ReferenceStoreId of the ReferenceStore resource.

string ReferenceStoreId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX