basicAuthConfig

@JvmName(name = "ikgpssrrqmapgtxn")
suspend fun basicAuthConfig(value: Output<BranchBasicAuthConfigArgs>)
@JvmName(name = "xejoxmfkuvhpaxpg")
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 = "xlmnbuywedrnqflp")
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 .