/dhall-aws-cloudformation/cloudformation/AWS::OpsWorks::App/EnvironmentVariable.dhall
Copy path to clipboardSource
{ Type =
{ Key : (./../../Fn.dhall).CfnText
, Secure : Optional Bool
, Value : (./../../Fn.dhall).CfnText
}
, default.Secure = None Bool
}