Class: Aws::PinpointSMSVoiceV2::Types::CloudWatchLogsDestination

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

Overview

Contains the destination configuration to use when publishing message sending events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iam_role_arnString

The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.

Returns:

  • (String)


169
170
171
172
173
174
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 169

class CloudWatchLogsDestination < Struct.new(
  :iam_role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_arnString

The name of the Amazon CloudWatch log group that you want to record events in.

Returns:

  • (String)


169
170
171
172
173
174
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 169

class CloudWatchLogsDestination < Struct.new(
  :iam_role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end