/dhall-aws-cloudformation/cloudformation/AWS::ElasticBeanstalk::Environment/Tier.dhall

Copy path to clipboard

Source

{ Type =
{ Name : Optional (./../../Fn.dhall).CfnText
, Type : Optional (./../../Fn.dhall).CfnText
, Version : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Name = None (./../../Fn.dhall).CfnText
, Type = None (./../../Fn.dhall).CfnText
, Version = None (./../../Fn.dhall).CfnText
}
}