interface WebAppReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Transfer.WebAppReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#WebAppReference |
Java | software.amazon.awscdk.services.transfer.WebAppReference |
Python | aws_cdk.aws_transfer.WebAppReference |
TypeScript | aws-cdk-lib » 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 transfer } from 'aws-cdk-lib';
const webAppReference: 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