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
- Struct
- Aws::IoT::Types::CloudwatchLogsAction
- 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
-
#log_group_name ⇒ String
The CloudWatch log group to which the action sends data.
-
#role_arn ⇒ String
The IAM role that allows access to the CloudWatch log.
Instance Attribute Details
#log_group_name ⇒ String
The CloudWatch log group to which the action sends data.
#role_arn ⇒ String
The IAM role that allows access to the CloudWatch log.