/dhall-aws-cloudformation/cloudformation/AWS::LakeFormation::DataCellsFilter/RowFilter.dhall

Copy path to clipboard

Source

{ Type =
{ AllRowsWildcard : Optional (./../../Prelude.dhall).JSON.Type
, FilterExpression : Optional (./../../Fn.dhall).CfnText
}
, default =
{ AllRowsWildcard = None (./../../Prelude.dhall).JSON.Type
, FilterExpression = None (./../../Fn.dhall).CfnText
}
}