basicAuthConfig

@JvmName(name = "csitcbstsjinloge")
suspend fun basicAuthConfig(value: Output<BranchBasicAuthConfigArgs>)
@JvmName(name = "wyxthopbuhvwyxcg")
suspend fun basicAuthConfig(value: BranchBasicAuthConfigArgs?)

Parameters

value

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password .


@JvmName(name = "agwkgfnswsnnfclk")
suspend fun basicAuthConfig(argument: suspend BranchBasicAuthConfigArgsBuilder.() -> Unit)

Parameters

argument

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password .