excludedInstanceTypes

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

Parameters

value

List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

NOTE: If you specify excluded_instance_types, you can't specify allowed_instance_types.


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


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

Parameters

values

List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

NOTE: If you specify excluded_instance_types, you can't specify allowed_instance_types.