ReferenceStoreReference
- class aws_cdk.aws_omics.ReferenceStoreReference(*, reference_store_arn, reference_store_id)
Bases:
object
A reference to a ReferenceStore resource.
- Parameters:
reference_store_arn (
str
) – The ARN of the ReferenceStore resource.reference_store_id (
str
) – The ReferenceStoreId of the ReferenceStore 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 reference_store_reference = omics.ReferenceStoreReference( reference_store_arn="referenceStoreArn", reference_store_id="referenceStoreId" )
Attributes
- reference_store_arn
The ARN of the ReferenceStore resource.
- reference_store_id
The ReferenceStoreId of the ReferenceStore resource.