GetAlarm
Using GetAlarm
function getAlarm(args: GetAlarmArgs, opts?: InvokeOptions): Promise<GetAlarmResult>function get_alarm(alarm_id=None, instance_id=None, type=None, opts=None)func LookupAlarm(ctx *Context, args *LookupAlarmArgs, opts ...InvokeOption) (*LookupAlarmResult, error)Note: This function is named
LookupAlarmin the Go SDK.
public static class GetAlarm {
public static Task<GetAlarmResult> InvokeAsync(GetAlarmArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetAlarm Result
The following output properties are available:
- Enabled bool
- Id string
The provider-assigned unique ID for this managed resource.
- Instance
Id int - Message
Type string - Queue
Regex string - Recipients List<int>
- Time
Threshold int - Value
Threshold int - Vhost
Regex string - Alarm
Id int - Type string
- Enabled bool
- Id string
The provider-assigned unique ID for this managed resource.
- Instance
Id int - Message
Type string - Queue
Regex string - Recipients []int
- Time
Threshold int - Value
Threshold int - Vhost
Regex string - Alarm
Id int - Type string
- enabled boolean
- id string
The provider-assigned unique ID for this managed resource.
- instance
Id number - message
Type string - queue
Regex string - recipients number[]
- time
Threshold number - value
Threshold number - vhost
Regex string - alarm
Id number - type string
- enabled bool
- id str
The provider-assigned unique ID for this managed resource.
- instance_
id float - message_
type str - queue_
regex str - recipients List[Integer]
- time_
threshold float - value_
threshold float - vhost_
regex str - alarm_
id float - type str
Package Details
- Repository
- https://github.com/pulumi/pulumi-cloudamqp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudamqpTerraform Provider.