interface VpcLinkReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.VpcLinkReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#VpcLinkReference |
![]() | software.amazon.awscdk.services.apigateway.VpcLinkReference |
![]() | aws_cdk.aws_apigateway.VpcLinkReference |
![]() | aws-cdk-lib » aws_apigateway » VpcLinkReference |
A reference to a VpcLink resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const vpcLinkReference: apigateway.VpcLinkReference = {
vpcLinkId: 'vpcLinkId',
};
Properties
Name | Type | Description |
---|---|---|
vpc | string | The VpcLinkId of the VpcLink resource. |
vpcLinkId
Type:
string
The VpcLinkId of the VpcLink resource.