EcsInstanceSetExcludeInstanceFilterArgs

data class EcsInstanceSetExcludeInstanceFilterArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<EcsInstanceSetExcludeInstanceFilterArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

The type of the excluded. Valid values: InstanceId, InstanceName.

Link copied to clipboard
val values: Output<List<String>>

The value of the excluded. The identification of the excluded instances. It is a list of instance Ids or names.

Functions

Link copied to clipboard
open override fun toJava(): EcsInstanceSetExcludeInstanceFilterArgs