basicAuthConfig

@JvmName(name = "ofjgjrcmxbweuwbu")
suspend fun basicAuthConfig(value: Output<AppBasicAuthConfigArgs>)
@JvmName(name = "vtkovehtimvlkdiq")
suspend fun basicAuthConfig(value: AppBasicAuthConfigArgs?)

Parameters

value

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


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

Parameters

argument

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