Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The ‘LoggingConfiguration` data type is used to set CloudWatch Logs options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails>
An array of objects that describes where your execution history events will be logged.
-
#include_execution_data ⇒ Boolean
Determines whether execution data is included in your log.
-
#level ⇒ String
Defines which category of execution history events are logged.
Instance Attribute Details
#destinations ⇒ Array<Types::AwsStepFunctionStateMachineLoggingConfigurationDestinationsDetails>
An array of objects that describes where your execution history events will be logged.
21223 21224 21225 21226 21227 21228 21229 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21223 class AwsStepFunctionStateMachineLoggingConfigurationDetails < Struct.new( :destinations, :include_execution_data, :level) SENSITIVE = [] include Aws::Structure end |
#include_execution_data ⇒ Boolean
Determines whether execution data is included in your log. When set to false, data is excluded.
21223 21224 21225 21226 21227 21228 21229 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21223 class AwsStepFunctionStateMachineLoggingConfigurationDetails < Struct.new( :destinations, :include_execution_data, :level) SENSITIVE = [] include Aws::Structure end |
#level ⇒ String
Defines which category of execution history events are logged.
21223 21224 21225 21226 21227 21228 21229 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21223 class AwsStepFunctionStateMachineLoggingConfigurationDetails < Struct.new( :destinations, :include_execution_data, :level) SENSITIVE = [] include Aws::Structure end |