interface CfnInternetGatewayProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnInternetGatewayProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnInternetGatewayProps |
![]() | software.amazon.awscdk.services.ec2.CfnInternetGatewayProps |
![]() | aws_cdk.aws_ec2.CfnInternetGatewayProps |
![]() | aws-cdk-lib » aws_ec2 » CfnInternetGatewayProps |
Properties for defining a CfnInternetGateway
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-internetgateway.html
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 cfnInternetGatewayProps: ec2.CfnInternetGatewayProps = {
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
tags? | Cfn [] | Any tags to assign to the internet gateway. |
tags?
Type:
Cfn
[]
(optional)
Any tags to assign to the internet gateway.