VariantStoreReference
- class aws_cdk.aws_omics.VariantStoreReference(*, variant_store_name)
Bases:
object
A reference to a VariantStore resource.
- Parameters:
variant_store_name (
str
) – The Name of the VariantStore resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_omics as omics variant_store_reference = omics.VariantStoreReference( variant_store_name="variantStoreName" )
Attributes
- variant_store_name
The Name of the VariantStore resource.