/dhall-aws-cloudformation/cloudformation/AWS::Amplify::Branch/BasicAuthConfig.dhall

Copy path to clipboard

Source

{ Type =
{ EnableBasicAuth : Optional Bool
, Password : (./../../Fn.dhall).CfnText
, Username : (./../../Fn.dhall).CfnText
}
, default.EnableBasicAuth = None Bool
}