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

Copy path to clipboard

Source

{ Type =
{ LabelOptions : Optional (./LabelOptions.dhall).Type
, RotationAngle : Optional Double
}
, default =
{ LabelOptions = None (./LabelOptions.dhall).Type
, RotationAngle = None Double
}
}