GetOutpostInstanceTypePlainArgs

data class GetOutpostInstanceTypePlainArgs(val arn: String, val instanceType: String? = null, val preferredInstanceTypes: List<String>? = null) : ConvertibleToJava<GetOutpostInstanceTypePlainArgs>

A collection of arguments for invoking getOutpostInstanceType.

Constructors

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

Properties

Link copied to clipboard
val arn: String

Outpost ARN. The following arguments are optional:

Link copied to clipboard
val instanceType: String? = null

Desired instance type. Conflicts with preferred_instance_types.

Link copied to clipboard

Ordered list of preferred instance types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned. Conflicts with instance_type.

Functions

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