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>> namePrefix()  
      com.pulumi.core.Output<java.lang.String> snsTopic()  
      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 http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html or run `aws rds describe-event-categories`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the DB event subscription. By default generated by this provider.
      • namePrefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> namePrefix()
        Returns:
        The name of the DB event subscription. Conflicts with `name`.
      • snsTopic

        public com.pulumi.core.Output<java.lang.String> snsTopic()
        Returns:
        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 `db-instance`, `db-security-group`, `db-parameter-group`, `db-snapshot`, `db-cluster`, `db-cluster-snapshot`, or `db-proxy`. 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.