Uses of Interface
software.amazon.awscdk.services.stepfunctions.CfnStateMachine.LoggingConfigurationProperty
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnStateMachine.LoggingConfigurationProperty in software.amazon.awscdk.services.stepfunctions
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnStateMachine.LoggingConfigurationProperty
Modifier and TypeMethodDescriptionCfnStateMachine.LoggingConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnStateMachine.Builder.loggingConfiguration
(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration) Defines what execution history events are logged and where they are logged.CfnStateMachineProps.Builder.loggingConfiguration
(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration) Sets the value ofCfnStateMachineProps.getLoggingConfiguration()
void
CfnStateMachine.setLoggingConfiguration
(CfnStateMachine.LoggingConfigurationProperty value) Defines what execution history events are logged and where they are logged.