Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails

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

Overview

An array of objects that describes where your execution history events will be logged.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_groupTypes::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails

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

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



21208
21209
21210
21211
21212
# File 'lib/aws-sdk-securityhub/types.rb', line 21208

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