GetInternetGatewayResult

data class GetInternetGatewayResult(val arn: String, val attachments: List<GetInternetGatewayAttachment>, val filters: List<GetInternetGatewayFilter>? = null, val id: String, val internetGatewayId: String, val ownerId: String, val tags: Map<String, String>)

A collection of values returned by getInternetGateway.

Constructors

Link copied to clipboard
constructor(arn: String, attachments: List<GetInternetGatewayAttachment>, filters: List<GetInternetGatewayFilter>? = null, id: String, internetGatewayId: String, ownerId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Internet Gateway.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

ID of the AWS account that owns the internet gateway.

Link copied to clipboard