/dhall-aws-cloudformation/cloudformation/AWS::BillingConductor::CustomLineItem/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AccountId : Optional (./../../Fn.dhall).CfnText
, BillingGroupArn : (./../../Fn.dhall).CfnText
, BillingPeriodRange : Optional (./BillingPeriodRange.dhall).Type
, CustomLineItemChargeDetails :
Optional (./CustomLineItemChargeDetails.dhall).Type
, Description : Optional (./../../Fn.dhall).CfnText
, Name : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ AccountId = None (./../../Fn.dhall).CfnText
, BillingPeriodRange = None (./BillingPeriodRange.dhall).Type
, CustomLineItemChargeDetails =
None (./CustomLineItemChargeDetails.dhall).Type
, Description = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}