AddressBookEcsTagArgs

data class AddressBookEcsTagArgs(val tagKey: Output<String>? = null, val tagValue: Output<String>? = null) : ConvertibleToJava<AddressBookEcsTagArgs>

Constructors

Link copied to clipboard
constructor(tagKey: Output<String>? = null, tagValue: Output<String>? = null)

Properties

Link copied to clipboard
val tagKey: Output<String>? = null

The key of ECS tag that to be matched.

Link copied to clipboard
val tagValue: Output<String>? = null

The value of ECS tag that to be matched.

Functions

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