Class: Aws::States::Types::LogDestination

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Note:

When making an API call, you may pass LogDestination data as a hash:

{
  cloud_watch_logs_log_group: {
    log_group_arn: "Arn",
  },
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_groupTypes::CloudWatchLogsLogGroup

An object describing a CloudWatch log group. For more information, see [AWS::Logs::LogGroup] in the AWS CloudFormation User Guide.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html



1868
1869
1870
1871
1872
# File 'lib/aws-sdk-states/types.rb', line 1868

class LogDestination < Struct.new(
  :cloud_watch_logs_log_group)
  SENSITIVE = []
  include Aws::Structure
end