interface VPCGatewayAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.VPCGatewayAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#VPCGatewayAttachmentReference |
![]() | software.amazon.awscdk.services.ec2.VPCGatewayAttachmentReference |
![]() | aws_cdk.aws_ec2.VPCGatewayAttachmentReference |
![]() | aws-cdk-lib » aws_ec2 » VPCGatewayAttachmentReference |
A reference to a VPCGatewayAttachment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const vPCGatewayAttachmentReference: ec2.VPCGatewayAttachmentReference = {
attachmentType: 'attachmentType',
vpcId: 'vpcId',
};
Properties
Name | Type | Description |
---|---|---|
attachment | string | The AttachmentType of the VPCGatewayAttachment resource. |
vpc | string | The VpcId of the VPCGatewayAttachment resource. |
attachmentType
Type:
string
The AttachmentType of the VPCGatewayAttachment resource.
vpcId
Type:
string
The VpcId of the VPCGatewayAttachment resource.