excludedInstanceTypes

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

Parameters

value

The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk ( * ), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge , c5*.* , m5a.* , r* , *3* . For example, if you specify c5* ,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.* , Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes , you can't specify AllowedInstanceTypes . Default: No excluded instance types


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


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

Parameters

values

The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk ( * ), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge , c5*.* , m5a.* , r* , *3* . For example, if you specify c5* ,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.* , Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes , you can't specify AllowedInstanceTypes . Default: No excluded instance types