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

Class: Aws::IoT::Types::CloudwatchLogsAction

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

Overview

Note:

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

{
  role_arn: "AwsArn", # required
  log_group_name: "LogGroupName", # required
}

Describes an action that sends data to CloudWatch Logs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_nameString

The CloudWatch log group to which the action sends data.

Returns:

  • (String)

    The CloudWatch log group to which the action sends data.

#role_arnString

The IAM role that allows access to the CloudWatch log.

Returns:

  • (String)

    The IAM role that allows access to the CloudWatch log.