allowedInstanceTypes

@JvmName(name = "wcofixlndglfnobs")
suspend fun allowedInstanceTypes(value: Output<List<String>>)
@JvmName(name = "biifirrugkygnwly")
suspend fun allowedInstanceTypes(value: List<String>?)

Parameters

value

List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are allowing 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 all instance types.

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


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


@JvmName(name = "mywtgdssmuufaajw")
suspend fun allowedInstanceTypes(values: List<Output<String>>)
@JvmName(name = "bmumwioibnsjrref")
suspend fun allowedInstanceTypes(vararg values: String)

Parameters

values

List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*. For example, if you specify c5*, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are allowing 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 all instance types.

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