GetAwsVersionsPlainArgs

data class GetAwsVersionsPlainArgs(val location: String? = null, val project: String? = null) : ConvertibleToJava<GetAwsVersionsPlainArgs>

A collection of arguments for invoking getAwsVersions.

Constructors

Link copied to clipboard
constructor(location: String? = null, project: String? = null)

Properties

Link copied to clipboard
val location: String? = null

The location to list versions for.

Link copied to clipboard
val project: String? = null

ID of the project to list available cluster versions for. Should match the project the cluster will be deployed to. Defaults to the project that the provider is authenticated with.

Functions

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