interface AppReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Amplify.AppReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsamplify#AppReference |
Java | software.amazon.awscdk.interfaces.amplify.AppReference |
Python | aws_cdk.interfaces.aws_amplify.AppReference |
TypeScript | aws-cdk-lib » interfaces » aws_amplify » AppReference |
A reference to a App 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 interfaces_amplify } from 'aws-cdk-lib/interfaces';
const appReference: interfaces_amplify.AppReference = {
appArn: 'appArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The Arn of the App resource. |
appArn
Type:
string
The Arn of the App resource.

.NET
Go
Java
Python
TypeScript