Method: Aws::Redshift::Types::CreateEventSubscriptionMessage#severity

Defined in:
lib/aws-sdk-redshift/types.rb

#severityString

Specifies the Amazon Redshift event severity to be published by the event notification subscription.

Values: ERROR, INFO

Returns:

  • (String)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
# File 'lib/aws-sdk-redshift/types.rb', line 2783

class CreateEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :source_ids,
  :event_categories,
  :severity,
  :enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end