/dhall-aws-cloudformation/cloudformation/AWS::EntityResolution::SchemaMapping/SchemaInputAttribute.dhall

Copy path to clipboard

Source

{ Type =
{ FieldName : (./../../Fn.dhall).CfnText
, GroupName : Optional (./../../Fn.dhall).CfnText
, MatchKey : Optional (./../../Fn.dhall).CfnText
, SubType : Optional (./../../Fn.dhall).CfnText
, Type : (./../../Fn.dhall).CfnText
}
, default =
{ GroupName = None (./../../Fn.dhall).CfnText
, MatchKey = None (./../../Fn.dhall).CfnText
, SubType = None (./../../Fn.dhall).CfnText
}
}