pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
TopicRuleCloudwatchMetricAction
Topic
Rule
Cloudwatch
Metric
Action
data
class
TopicRuleCloudwatchMetricAction
(
val
metricName
:
String
,
val
metricNamespace
:
String
,
val
metricTimestamp
:
String
?
=
null
,
val
metricUnit
:
String
,
val
metricValue
:
String
,
val
roleArn
:
String
)
Types
Constructors
Properties
Constructors
Topic
Rule
Cloudwatch
Metric
Action
Link copied to clipboard
fun
TopicRuleCloudwatchMetricAction
(
metricName
:
String
,
metricNamespace
:
String
,
metricTimestamp
:
String
?
=
null
,
metricUnit
:
String
,
metricValue
:
String
,
roleArn
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
metric
Name
Link copied to clipboard
val
metricName
:
String
metric
Namespace
Link copied to clipboard
val
metricNamespace
:
String
metric
Timestamp
Link copied to clipboard
val
metricTimestamp
:
String
?
=
null
metric
Unit
Link copied to clipboard
val
metricUnit
:
String
metric
Value
Link copied to clipboard
val
metricValue
:
String
role
Arn
Link copied to clipboard
val
roleArn
:
String