GetLocalGatewayResult

data class GetLocalGatewayResult(val filters: List<GetLocalGatewayFilter>? = null, val id: String, val outpostArn: String, val ownerId: String, val state: String, val tags: Map<String, String>)

A collection of values returned by getLocalGateway.

Constructors

Link copied to clipboard
constructor(filters: List<GetLocalGatewayFilter>? = null, id: String, outpostArn: String, ownerId: String, state: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

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

ARN of Outpost

Link copied to clipboard

AWS account identifier that owns the Local Gateway.

Link copied to clipboard

State of the local gateway.

Link copied to clipboard