toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.rbin.kotlin.inputs
/
RuleResourceTagArgs
Rule
Resource
Tag
Args
data
class
RuleResourceTagArgs
(
val
resourceTagKey
:
Output
<
String
>
,
val
resourceTagValue
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
RuleResourceTagArgs
>
Members
Constructors
Rule
Resource
Tag
Args
Link copied to clipboard
constructor
(
resourceTagKey
:
Output
<
String
>
,
resourceTagValue
:
Output
<
String
>
?
=
null
)
Properties
resource
Tag
Key
Link copied to clipboard
val
resourceTagKey
:
Output
<
String
>
The tag key. The following argument is optional:
resource
Tag
Value
Link copied to clipboard
val
resourceTagValue
:
Output
<
String
>
?
=
null
The tag value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleResourceTagArgs