Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails
- 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
-
#cloud_watch_logs_log_group ⇒ Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsCloudWatchLogsLogGroupDetails
An object describing a CloudWatch Logs log group.
Instance Attribute Details
#cloud_watch_logs_log_group ⇒ Types::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
21198 21199 21200 21201 21202 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21198 class AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails < Struct.new( :cloud_watch_logs_log_group) SENSITIVE = [] include Aws::Structure end |