Class: Aws::PinpointSMSVoiceV2::Types::CloudWatchLogsDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CloudWatchLogsDestination
- Includes:
- Structure
- Defined in:
- 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
-
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
-
#log_group_arn ⇒ String
The name of the Amazon CloudWatch log group that you want to record events in.
Instance Attribute Details
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to write event data to an Amazon CloudWatch destination.
213 214 215 216 217 218 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 213 class CloudWatchLogsDestination < Struct.new( :iam_role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |
#log_group_arn ⇒ String
The name of the Amazon CloudWatch log group that you want to record events in.
213 214 215 216 217 218 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 213 class CloudWatchLogsDestination < Struct.new( :iam_role_arn, :log_group_arn) SENSITIVE = [] include Aws::Structure end |