GetOutpostPlainArgs

data class GetOutpostPlainArgs(val arn: String? = null, val id: String? = null, val name: String? = null, val ownerId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetOutpostPlainArgs>

A collection of arguments for invoking getOutpost.

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, name: String? = null, ownerId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String? = null

ARN.

Link copied to clipboard
val id: String? = null

Identifier of the Outpost.

Link copied to clipboard
val name: String? = null

Name of the Outpost.

Link copied to clipboard
val ownerId: String? = null

AWS Account identifier of the Outpost owner.

Link copied to clipboard
val tags: Map<String, String>? = null

The Outpost tags.

Functions

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