/dhall-aws-cloudformation/cloudformation/AWS::B2BI::Transformer/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ EdiType : (./EdiType.dhall).Type
, FileFormat : (./../../Fn.dhall).CfnText
, MappingTemplate : (./../../Fn.dhall).CfnText
, ModifiedAt : Optional (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, SampleDocument : Optional (./../../Fn.dhall).CfnText
, Status : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ ModifiedAt = None (./../../Fn.dhall).CfnText
, SampleDocument = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}