basicAuthConfig

@JvmName(name = "aothrrjoimhndpnq")
suspend fun basicAuthConfig(value: Output<AppBasicAuthConfigArgs>)
@JvmName(name = "jkrsvravydbuoocn")
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 = "entoqmmwocxxxtxq")
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 .