toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.fms.kotlin.inputs
/
PolicyResourceTagArgs
Policy
Resource
Tag
Args
data
class
PolicyResourceTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
PolicyResourceTagArgs
>
A resource tag.
Members
Constructors
Policy
Resource
Tag
Args
Link copied to clipboard
constructor
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The resource tag key.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The resource tag value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PolicyResourceTagArgs