interface WebAppReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.WebAppReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#WebAppReference |
![]() | software.amazon.awscdk.services.transfer.WebAppReference |
![]() | aws_cdk.aws_transfer.WebAppReference |
![]() | 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.