GetAssetsPlainArgs

data class GetAssetsPlainArgs(val arn: String, val hostIdFilters: List<String>? = null, val statusIdFilters: List<String>? = null) : ConvertibleToJava<GetAssetsPlainArgs>

A collection of arguments for invoking getAssets.

Constructors

Link copied to clipboard
constructor(arn: String, hostIdFilters: List<String>? = null, statusIdFilters: List<String>? = null)

Properties

Link copied to clipboard
val arn: String

Outpost ARN.

Link copied to clipboard
val hostIdFilters: List<String>? = null

Filters by list of Host IDs of a Dedicated Host.

Link copied to clipboard

Filters by list of state status. Valid values: "ACTIVE", "RETIRING".

Functions

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