/dhall-aws-cloudformation/cloudformation/AWS::Logs::DeliverySource/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ LogType : Optional (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, ResourceArn : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ LogType = None (./../../Fn.dhall).CfnText
, ResourceArn = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}