/dhall-aws-cloudformation/cloudformation/AWS::Amplify::Branch/BasicAuthConfig.dhall
Copy path to clipboardSource
{ Type =
{ EnableBasicAuth : Optional Bool
, Password : (./../../Fn.dhall).CfnText
, Username : (./../../Fn.dhall).CfnText
}
, default.EnableBasicAuth = None Bool
}