Class: Aws::PinpointSMSVoiceV2::Types::CreateEventDestinationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_logs_destinationTypes::CloudWatchLogsDestination

An object that contains information about an event destination for logging to Amazon CloudWatch logs.



384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_set_nameString

Either the name of the configuration set or the configuration set ARN to apply event logging to. The ConfigurateSetName and ConfigurationSetArn can be found using the DescribeConfigurationSets action.

Returns:

  • (String)


384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#event_destination_nameString

The name that identifies the event destination.

Returns:

  • (String)


384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_firehose_destinationTypes::KinesisFirehoseDestination

An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.



384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#matching_event_typesArray<String>

An array of event types that determine which events to log. If "ALL" is used, then Amazon Pinpoint logs every event type.

The TEXT_SENT event type is not supported.

Returns:

  • (Array<String>)


384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#sns_destinationTypes::SnsDestination

An object that contains information about an event destination for logging to Amazon SNS.



384
385
386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 384

class CreateEventDestinationRequest < Struct.new(
  :configuration_set_name,
  :event_destination_name,
  :matching_event_types,
  :cloud_watch_logs_destination,
  :kinesis_firehose_destination,
  :sns_destination,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end