/dhall-aws-cloudformation/cloudformation/AWS::Pipes::Pipe/PipeEnrichmentParameters.dhall
Copy path to clipboardSource
{ Type =
{ HttpParameters : Optional (./PipeEnrichmentHttpParameters.dhall).Type
, InputTemplate : Optional (./../../Fn.dhall).CfnText
}
, default =
{ HttpParameters = None (./PipeEnrichmentHttpParameters.dhall).Type
, InputTemplate = None (./../../Fn.dhall).CfnText
}
}