/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Template/ReferenceLineValueLabelConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ FormatConfiguration : Optional (./NumericFormatConfiguration.dhall).Type
, RelativePosition : Optional (./../../Fn.dhall).CfnText
}
, default =
{ FormatConfiguration = None (./NumericFormatConfiguration.dhall).Type
, RelativePosition = None (./../../Fn.dhall).CfnText
}
}