pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.rbin.kotlin.outputs
/
RuleResourceTag
Rule
Resource
Tag
data
class
RuleResourceTag
(
val
resourceTagKey
:
String
,
val
resourceTagValue
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Rule
Resource
Tag
Link copied to clipboard
fun
RuleResourceTag
(
resourceTagKey
:
String
,
resourceTagValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
resource
Tag
Key
Link copied to clipboard
val
resourceTagKey
:
String
The tag key. The following argument is optional:
resource
Tag
Value
Link copied to clipboard
val
resourceTagValue
:
String
?
=
null
The tag value.