pulumi-aws-kotlin
6.6.1.0
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
>
Constructors
Functions
Properties
Constructors
Rule
Resource
Tag
Args
Link copied to clipboard
fun
RuleResourceTagArgs
(
resourceTagKey
:
Output
<
String
>
,
resourceTagValue
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleResourceTagArgs
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.