You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::PinpointSMSVoice::Types::EventDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::EventDestination
- Defined in:
- (unknown)
Overview
An object that defines an event destination.
Instance Attribute Summary collapse
-
#cloud_watch_logs_destination ⇒ Types::CloudWatchLogsDestination
An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
-
#enabled ⇒ Boolean
Indicates whether or not the event destination is enabled.
-
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
-
#matching_event_types ⇒ Array<String>
An array of EventDestination objects.
-
#name ⇒ String
A name that identifies the event destination configuration.
-
#sns_destination ⇒ Types::SnsDestination
An object that contains information about an event destination that sends data to Amazon SNS.
Instance Attribute Details
#cloud_watch_logs_destination ⇒ Types::CloudWatchLogsDestination
An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
#enabled ⇒ Boolean
Indicates whether or not the event destination is enabled. If the event destination is enabled, then Amazon Pinpoint sends response data to the specified event destination.
#kinesis_firehose_destination ⇒ Types::KinesisFirehoseDestination
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
#matching_event_types ⇒ Array<String>
An array of EventDestination objects. Each EventDestination object includes ARNs and other information that define an event destination.
#name ⇒ String
A name that identifies the event destination configuration.
#sns_destination ⇒ Types::SnsDestination
An object that contains information about an event destination that sends data to Amazon SNS.