Class VariantStoreReference
A reference to a VariantStore resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Omics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VariantStoreReference : IVariantStoreReference
Syntax (vb)
Public Class VariantStoreReference Implements IVariantStoreReference
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 variantStoreReference = new VariantStoreReference {
VariantStoreName = "variantStoreName"
};
Synopsis
Constructors
VariantStoreReference() | A reference to a VariantStore resource. |
Properties
VariantStoreName | The Name of the VariantStore resource. |
Constructors
VariantStoreReference()
A reference to a VariantStore resource.
public VariantStoreReference()
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 variantStoreReference = new VariantStoreReference {
VariantStoreName = "variantStoreName"
};
Properties
VariantStoreName
The Name of the VariantStore resource.
public string VariantStoreName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated