/dhall-aws-cloudformation/cloudformation/AWS::Logs::DeliveryDestination.dhall
Copy path to clipboardSource
{ Properties = ./AWS::Logs::DeliveryDestination/Properties.dhall
, Resources = ./AWS::Logs::DeliveryDestination/Resources.dhall
, GetAttr =
{ Arn = (./../Fn.dhall).GetAttOf "Arn"
, DeliveryDestinationType = (./../Fn.dhall).GetAttOf "DeliveryDestinationType"
}
}