environment Variables
Parameters
value
The environment variables for the Amplify app. For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide .
Parameters
values
The environment variables for the Amplify app. For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide .
suspend fun environmentVariables(argument: List<suspend AppEnvironmentVariableArgsBuilder.() -> Unit>)
suspend fun environmentVariables(vararg argument: suspend AppEnvironmentVariableArgsBuilder.() -> Unit)
Parameters
argument
The environment variables for the Amplify app. For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide .