/dhall-aws-cloudformation/cloudformation/AWS::DataSync::Task/FilterRule.dhall

Copy path to clipboard

Source

{ Type =
{ FilterType : Optional (./../../Fn.dhall).CfnText
, Value : Optional (./../../Fn.dhall).CfnText
}
, default =
{ FilterType = None (./../../Fn.dhall).CfnText
, Value = None (./../../Fn.dhall).CfnText
}
}