/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Topic/TopicDateRangeFilter.dhall

Copy path to clipboard

Source

{ Type =
{ Constant : Optional (./TopicRangeFilterConstant.dhall).Type
, Inclusive : Optional Bool
}
, default =
{ Constant = None (./TopicRangeFilterConstant.dhall).Type
, Inclusive = None Bool
}
}