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
Remarks
ExampleMetadata: fixture=_generated
ReferenceStoreId
The ReferenceStoreId of the ReferenceStore resource.
string ReferenceStoreId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated