toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Address
Book
Ecs
Tag
Args
Link copied to clipboard
constructor
(
tagKey
:
Output
<
String
>
?
=
null
,
tagValue
:
Output
<
String
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AddressBookEcsTagArgs