InternetGatewayArgs

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.

Constructors

Link copied to clipboard
constructor(tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Any tags to assign to the internet gateway.

Functions

Link copied to clipboard
open override fun toJava(): InternetGatewayArgs