# Rollbar::Notifications::Rule Manage a notification rule for Rollbar. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Rollbar::Notifications::Rule",
    "Properties" : {
        "Slack" : SlackRule,
        "PagerDuty" : PagerDutyRule,
        "Email" : EmailRule,
        "Webhook" : WebhookRule,
    }
}
### YAML
Type: Rollbar::Notifications::Rule
Properties:
    Slack: SlackRule
    PagerDuty: PagerDutyRule
    Email: EmailRule
    Webhook: WebhookRule
## Properties #### Slack Create Slack notification rule _Required_: No _Type_: SlackRule _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### PagerDuty Create PagerDuty notification rules _Required_: No _Type_: PagerDutyRule _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Email Create Email notification rules _Required_: No _Type_: EmailRule _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Webhook Create Webhook notification rules _Required_: No _Type_: WebhookRule _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Id The rule ID #### Trigger The trigger associated with this rule #### Action The action associated with this rule #### RuleType the rule type