pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cloudfirewall.kotlin.outputs
/
AddressBookEcsTag
Address
Book
Ecs
Tag
data
class
AddressBookEcsTag
(
val
tagKey
:
String
?
=
null
,
val
tagValue
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Address
Book
Ecs
Tag
Link copied to clipboard
fun
AddressBookEcsTag
(
tagKey
:
String
?
=
null
,
tagValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
tag
Key
Link copied to clipboard
val
tagKey
:
String
?
=
null
The key of ECS tag that to be matched.
tag
Value
Link copied to clipboard
val
tagValue
:
String
?
=
null
The value of ECS tag that to be matched.