GetRegionsPlainArgs

data class GetRegionsPlainArgs(val allRegions: Boolean? = null, val filters: List<GetRegionsFilter>? = null, val id: String? = null) : ConvertibleToJava<GetRegionsPlainArgs>

A collection of arguments for invoking getRegions.

Constructors

Link copied to clipboard
constructor(allRegions: Boolean? = null, filters: List<GetRegionsFilter>? = null, id: String? = null)

Properties

Link copied to clipboard
val allRegions: Boolean? = null

If true the source will query all regions regardless of availability.

Link copied to clipboard

Configuration block(s) to use as filters. Detailed below.

Link copied to clipboard
val id: String? = null

Identifier of the current partition (e.g., aws in AWS Commercial, aws-cn in AWS China).

Functions

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