interface WebAppReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Transfer.WebAppReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awstransfer#WebAppReference |
Java | software.amazon.awscdk.interfaces.transfer.WebAppReference |
Python | aws_cdk.interfaces.aws_transfer.WebAppReference |
TypeScript | aws-cdk-lib » interfaces » aws_transfer » WebAppReference |
A reference to a WebApp resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as interfaces_aws_transfer } from 'aws-cdk-lib/interfaces';
const webAppReference: interfaces_aws_transfer.WebAppReference = {
webAppArn: 'webAppArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| web | string | The Arn of the WebApp resource. |
webAppArn
Type:
string
The Arn of the WebApp resource.

.NET
Go
Java
Python
TypeScript