You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PinpointSMSVoice::Types::CloudWatchLogsDestination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CloudWatchLogsDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  iam_role_arn: "String",
  log_group_arn: "String",
}

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

Returned by:

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)

    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.

#log_group_arnString

The name of the Amazon CloudWatch Log Group that you want to record events in.

Returns:

  • (String)

    The name of the Amazon CloudWatch Log Group that you want to record events in.