interface BackendProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Amplify.CfnBranch.BackendProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamplify#CfnBranch_BackendProperty |
Java | software.amazon.awscdk.services.amplify.CfnBranch.BackendProperty |
Python | aws_cdk.aws_amplify.CfnBranch.BackendProperty |
TypeScript | aws-cdk-lib » aws_amplify » CfnBranch » BackendProperty |
Describes the backend associated with an Amplify Branch .
This property 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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amplify as amplify } from 'aws-cdk-lib';
const backendProperty: amplify.CfnBranch.BackendProperty = {
stackArn: 'stackArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| stack | string | The Amazon Resource Name (ARN) for the CloudFormation stack. |
stackArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) for the CloudFormation stack.

.NET
Go
Java
Python
TypeScript