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.
Constructors
Link copied to clipboard
fun GetOutpostInstanceTypePlainArgs(arn: String, instanceType: String? = null, preferredInstanceTypes: List<String>? = null)