Interface CfnAnnotationStore.ReferenceItemProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnnotationStore.ReferenceItemProperty.Jsii$Proxy
Enclosing class:
CfnAnnotationStore

@Stability(Stable) public static interface CfnAnnotationStore.ReferenceItemProperty extends software.amazon.jsii.JsiiSerializable
A genome reference.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.omics.*;
 ReferenceItemProperty referenceItemProperty = ReferenceItemProperty.builder()
         .referenceArn("referenceArn")
         .build();
 

See Also: