toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ce.kotlin.outputs
/
AnomalyMonitorResourceTag
Anomaly
Monitor
Resource
Tag
data
class
AnomalyMonitorResourceTag
(
val
key
:
String
,
val
value
:
String
)
A key-value pair to associate with a resource.
Members
Constructors
Anomaly
Monitor
Resource
Tag
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key name for the tag.
value
Link copied to clipboard
val
value
:
String
The value for the tag.