Class EventSubscriptionArgs


  • public final class EventSubscriptionArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EventSubscriptionArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static EventSubscriptionArgs.Builder builder()  
      static EventSubscriptionArgs.Builder builder​(EventSubscriptionArgs defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> eventCategories()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> severity()  
      com.pulumi.core.Output<java.lang.String> snsTopicArn()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> sourceIds()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceType()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • enabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> enabled()
        Returns:
        A boolean flag to enable/disable the subscription. Defaults to `true`.
      • eventCategories

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> eventCategories()
        Returns:
        A list of event categories for a SourceType that you want to subscribe to. See https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-event-notifications.html or run `aws redshift describe-event-categories`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the Redshift event subscription.
      • severity

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> severity()
        Returns:
        The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.
      • snsTopicArn

        public com.pulumi.core.Output<java.lang.String> snsTopicArn()
        Returns:
        The ARN of the SNS topic to send events to.
      • sourceIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> sourceIds()
        Returns:
        A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `source_type` must also be specified.
      • sourceType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceType()
        Returns:
        The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.