GetNotification

Using GetNotification

function getNotification(args: GetNotificationArgs, opts?: InvokeOptions): Promise<GetNotificationResult>
function  get_notification(instance_id=None, name=None, recipient_id=None, opts=None)
func LookupNotification(ctx *Context, args *LookupNotificationArgs, opts ...InvokeOption) (*LookupNotificationResult, error)

Note: This function is named LookupNotification in the Go SDK.

public static class GetNotification {
    public static Task<GetNotificationResult> InvokeAsync(GetNotificationArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

InstanceId int
Name string
RecipientId int
InstanceId int
Name string
RecipientId int
instanceId number
name string
recipientId number
instance_id float
name str
recipient_id float

GetNotification Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

InstanceId int
Type string
Value string
Name string
RecipientId int
Id string

The provider-assigned unique ID for this managed resource.

InstanceId int
Type string
Value string
Name string
RecipientId int
id string

The provider-assigned unique ID for this managed resource.

instanceId number
type string
value string
name string
recipientId number
id str

The provider-assigned unique ID for this managed resource.

instance_id float
type str
value str
name str
recipient_id float

Package Details

Repository
https://github.com/pulumi/pulumi-cloudamqp
License
Apache-2.0
Notes
This Pulumi package is based on the cloudamqp Terraform Provider.