backend

@JvmName(name = "exlcvyhirsuwrjtt")
suspend fun backend(value: Output<BranchBackendArgs>)
@JvmName(name = "bwtschrblgclnlxs")
suspend fun backend(value: BranchBackendArgs?)

Parameters

value

The backend for a Branch of an Amplify app. Use for a backend created from an AWS CloudFormation stack. This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.


@JvmName(name = "uxretbsnwnuxeadt")
suspend fun backend(argument: suspend BranchBackendArgsBuilder.() -> Unit)

Parameters

argument

The backend for a Branch of an Amplify app. Use for a backend created from an AWS CloudFormation stack. This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.