Class SNSNotificationsProperties

java.lang.Object
com.netflix.genie.web.properties.SNSNotificationsProperties

@ConfigurationProperties(prefix="genie.notifications.sns") @Validated public class SNSNotificationsProperties extends Object
Properties to configure notification delivered via SNS.
Since:
4.0.0
  • Field Details

    • PROPERTY_PREFIX

      public static final String PROPERTY_PREFIX
      The property prefix for all properties in this group.
      See Also:
    • ENABLED_PROPERTY

      public static final String ENABLED_PROPERTY
      The property that determines if the SNS publishing is enabled.
      See Also:
  • Constructor Details

    • SNSNotificationsProperties

      public SNSNotificationsProperties()