Uses of Interface
software.amazon.awscdk.services.stepfunctions.CfnStateMachine.LoggingConfigurationProperty
Packages that use CfnStateMachine.LoggingConfigurationProperty
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnStateMachine.LoggingConfigurationProperty in software.amazon.awscdk.services.stepfunctions
Classes in software.amazon.awscdk.services.stepfunctions that implement CfnStateMachine.LoggingConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnStateMachine.LoggingConfigurationPropertyMethods in software.amazon.awscdk.services.stepfunctions that return CfnStateMachine.LoggingConfigurationPropertyModifier and TypeMethodDescriptionCfnStateMachine.LoggingConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type CfnStateMachine.LoggingConfigurationPropertyModifier 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()voidCfnStateMachine.setLoggingConfiguration(CfnStateMachine.LoggingConfigurationProperty value) Defines what execution history events are logged and where they are logged.