You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"oci_monitoring_alarm_history_collection" {
source="./modules/oci/d/oci_monitoring_alarm_history_collection"# alarm_historytype - (optional) is a type of stringalarm_historytype=null# alarm_id - (required) is a type of stringalarm_id=null# timestamp_greater_than_or_equal_to - (optional) is a type of stringtimestamp_greater_than_or_equal_to=null# timestamp_less_than - (optional) is a type of stringtimestamp_less_than=null
}
data"oci_monitoring_alarm_history_collection""this" {
# alarm_historytype - (optional) is a type of stringalarm_historytype=var.alarm_historytype# alarm_id - (required) is a type of stringalarm_id=var.alarm_id# timestamp_greater_than_or_equal_to - (optional) is a type of stringtimestamp_greater_than_or_equal_to=var.timestamp_greater_than_or_equal_to# timestamp_less_than - (optional) is a type of stringtimestamp_less_than=var.timestamp_less_than
}
output"entries" {
description="returns a list of object"value=data.oci_monitoring_alarm_history_collection.this.entries
}
output"id" {
description="returns a string"value=data.oci_monitoring_alarm_history_collection.this.id
}
output"is_enabled" {
description="returns a bool"value=data.oci_monitoring_alarm_history_collection.this.is_enabled
}
output"this" {
value=oci_monitoring_alarm_history_collection.this
}