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

Copy path to clipboard

Source

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