InternetGatewayArgs

data class InternetGatewayArgs(val tags: Output<List<InternetGatewayTagArgs>>? = null) : ConvertibleToJava<InternetGatewayArgs>

Resource Type definition for AWS::EC2::InternetGateway

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
fun InternetGatewayArgs(tags: Output<List<InternetGatewayTagArgs>>? = null)

Functions

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

Properties

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

Any tags to assign to the internet gateway.