Get Outpost Instance Type Plain Args
data class GetOutpostInstanceTypePlainArgs(val arn: String, val instanceType: String? = null, val preferredInstanceTypes: List<String>? = null) : ConvertibleToJava<GetOutpostInstanceTypePlainArgs>
A collection of arguments for invoking getOutpostInstanceType.
Properties
Link copied to clipboard
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
.