ReferenceStoreReference
- class aws_cdk.interfaces.aws_omics.ReferenceStoreReference(*, reference_store_arn, reference_store_id)
Bases:
objectA 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.interfaces import aws_omics as interfaces_aws_omics reference_store_reference = interfaces_aws_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.