/dhall-aws-cloudformation/cloudformation/AWS::Omics::VariantStore/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Description : Optional (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, Reference : (./ReferenceItem.dhall).Type
, SseConfig : Optional (./SseConfig.dhall).Type
, Tags :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, SseConfig = None (./SseConfig.dhall).Type
, Tags =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}