/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Theme/TileLayoutStyle.dhall

Copy path to clipboard

Source

{ Type =
{ Gutter : Optional (./GutterStyle.dhall).Type
, Margin : Optional (./MarginStyle.dhall).Type
}
, default =
{ Gutter = None (./GutterStyle.dhall).Type
, Margin = None (./MarginStyle.dhall).Type
}
}