pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cloudfirewall.kotlin.inputs
/
AddressBookEcsTagArgs
Address
Book
Ecs
Tag
Args
data
class
AddressBookEcsTagArgs
(
val
tagKey
:
Output
<
String
>
?
=
null
,
val
tagValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AddressBookEcsTagArgs
>
Constructors
Functions
Properties
Constructors
Address
Book
Ecs
Tag
Args
Link copied to clipboard
fun
AddressBookEcsTagArgs
(
tagKey
:
Output
<
String
>
?
=
null
,
tagValue
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AddressBookEcsTagArgs
Properties
tag
Key
Link copied to clipboard
val
tagKey
:
Output
<
String
>
?
=
null
The key of ECS tag that to be matched.
tag
Value
Link copied to clipboard
val
tagValue
:
Output
<
String
>
?
=
null
The value of ECS tag that to be matched.