Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
20321 20322 20323 20324 20325 20326 20327 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20321 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.
20321 20322 20323 20324 20325 20326 20327 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20321 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.
20321 20322 20323 20324 20325 20326 20327 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20321 class AwsStepFunctionStateMachineLoggingConfigurationDetails < Struct.new( :destinations, :include_execution_data, :level) SENSITIVE = [] include Aws::Structure end |