basicAuthConfig

@JvmName(name = "astddejqwjbiydyw")
suspend fun basicAuthConfig(value: Output<BranchBasicAuthConfigArgs>)
@JvmName(name = "jryqglmtnlrissmt")
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 = "gwmtmyhisyxgtowv")
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 .