InternetGateway

class InternetGateway : KotlinCustomResource

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.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ID of the internet gateway.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Any tags to assign to the internet gateway.

Link copied to clipboard
val urn: Output<String>