toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-cloudwatch
/
org.http4k.connect.amazon.cloudwatch.model
/
MetricDataQuery
Metric
Data
Query
@
JsonSerializable
data
class
MetricDataQuery
(
val
Id
:
String
,
val
AccountId
:
String
?
=
null
,
val
Expression
:
String
?
=
null
,
val
Label
:
String
?
=
null
,
val
MetricStat
:
MetricStat
?
=
null
,
val
Period
:
Int
?
=
null
,
val
ReturnData
:
Boolean
?
=
null
)
Members
Constructors
Metric
Data
Query
Link copied to clipboard
constructor
(
Id
:
String
,
AccountId
:
String
?
=
null
,
Expression
:
String
?
=
null
,
Label
:
String
?
=
null
,
MetricStat
:
MetricStat
?
=
null
,
Period
:
Int
?
=
null
,
ReturnData
:
Boolean
?
=
null
)
Properties
Account
Id
Link copied to clipboard
val
AccountId
:
String
?
=
null
Expression
Link copied to clipboard
val
Expression
:
String
?
=
null
Id
Link copied to clipboard
val
Id
:
String
Label
Link copied to clipboard
val
Label
:
String
?
=
null
Metric
Stat
Link copied to clipboard
val
MetricStat
:
MetricStat
?
=
null
Period
Link copied to clipboard
val
Period
:
Int
?
=
null
Return
Data
Link copied to clipboard
val
ReturnData
:
Boolean
?
=
null