excludedInstanceTypes

@JvmName(name = "upgdjienfmrlvllp")
suspend fun excludedInstanceTypes(value: Output<List<String>>)
@JvmName(name = "unwirmvjpfhnccfi")
suspend fun excludedInstanceTypes(value: List<String>?)

Parameters

value

Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.


@JvmName(name = "sgmdjqsdaqdwangh")
suspend fun excludedInstanceTypes(vararg values: Output<String>)


@JvmName(name = "ismdfbsuvmfsyrdy")
suspend fun excludedInstanceTypes(values: List<Output<String>>)
@JvmName(name = "yyqneirsqogcvfcy")
suspend fun excludedInstanceTypes(vararg values: String)

Parameters

values

Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.