Class RuleEmailActionArgs


  • public final class RuleEmailActionArgs
    extends com.pulumi.resources.ResourceArgs
    Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case.
    • Method Detail

      • customEmails

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> customEmails()
        Returns:
        the list of administrator's custom email addresses to notify of the activation of the alert.
      • odataType

        public com.pulumi.core.Output<java.lang.String> odataType()
        Returns:
        specifies the type of the action. There are two types of actions: RuleEmailAction and RuleWebhookAction. Expected value is 'Microsoft.Azure.Management.Insights.Models.RuleEmailAction'.
      • sendToServiceOwners

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> sendToServiceOwners()
        Returns:
        Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.