Internet Gateway Args
data class InternetGatewayArgs(val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<InternetGatewayArgs>
Allocates an internet gateway for use with a VPC. After creating the Internet gateway, you then attach it to a VPC.
Example Usage
Example
No Java example available.