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 LookupAlarm in the Go SDK.

public static class GetAlarm {
    public static Task<GetAlarmResult> InvokeAsync(GetAlarmArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

InstanceId int
AlarmId int
Type string
InstanceId int
AlarmId int
Type string
instanceId number
alarmId number
type string
instance_id float
alarm_id float
type str

GetAlarm Result

The following output properties are available:

Enabled bool
Id string

The provider-assigned unique ID for this managed resource.

InstanceId int
MessageType string
QueueRegex string
Recipients List<int>
TimeThreshold int
ValueThreshold int
VhostRegex string
AlarmId int
Type string
Enabled bool
Id string

The provider-assigned unique ID for this managed resource.

InstanceId int
MessageType string
QueueRegex string
Recipients []int
TimeThreshold int
ValueThreshold int
VhostRegex string
AlarmId int
Type string
enabled boolean
id string

The provider-assigned unique ID for this managed resource.

instanceId number
messageType string
queueRegex string
recipients number[]
timeThreshold number
valueThreshold number
vhostRegex string
alarmId 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 cloudamqp Terraform Provider.