interface BackendProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Amplify.CfnBranch.BackendProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplify#CfnBranch_BackendProperty |
![]() | software.amazon.awscdk.services.amplify.CfnBranch.BackendProperty |
![]() | aws_cdk.aws_amplify.CfnBranch.BackendProperty |
![]() | 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 AWS CloudFormation stack. |
stackArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) for the AWS CloudFormation stack.