Method: Aws::Redshift::Types::CreateEventSubscriptionMessage#sns_topic_arn
- Defined in:
- lib/aws-sdk-redshift/types.rb
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
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 |