interface BranchReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Amplify.BranchReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplify#BranchReference |
![]() | software.amazon.awscdk.services.amplify.BranchReference |
![]() | aws_cdk.aws_amplify.BranchReference |
![]() | aws-cdk-lib » aws_amplify » BranchReference |
A reference to a Branch resource.
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 branchReference: amplify.BranchReference = {
branchArn: 'branchArn',
};
Properties
Name | Type | Description |
---|---|---|
branch | string | The Arn of the Branch resource. |
branchArn
Type:
string
The Arn of the Branch resource.