interface InternetGatewayReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.InternetGatewayReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#InternetGatewayReference |
![]() | software.amazon.awscdk.services.ec2.InternetGatewayReference |
![]() | aws_cdk.aws_ec2.InternetGatewayReference |
![]() | aws-cdk-lib » aws_ec2 » InternetGatewayReference |
A reference to a InternetGateway 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 internetGatewayReference: ec2.InternetGatewayReference = {
internetGatewayId: 'internetGatewayId',
};
Properties
Name | Type | Description |
---|---|---|
internet | string | The InternetGatewayId of the InternetGateway resource. |
internetGatewayId
Type:
string
The InternetGatewayId of the InternetGateway resource.