Uses of Interface
software.amazon.awscdk.customresources.LogOptions
Packages that use LogOptions
-
Uses of LogOptions in software.amazon.awscdk.customresources
Classes in software.amazon.awscdk.customresources that implement LogOptionsMethods in software.amazon.awscdk.customresources that return LogOptionsModifier and TypeMethodDescriptionLogOptions.Builder.build()Builds the configured instance.default LogOptionsWaiterStateMachineProps.getLogOptions()Defines what execution history events are logged and where they are logged.final LogOptionsWaiterStateMachineProps.Jsii$Proxy.getLogOptions()default LogOptionsProviderProps.getWaiterStateMachineLogOptions()Defines what execution history events of the waiter state machine are logged and where they are logged.final LogOptionsProviderProps.Jsii$Proxy.getWaiterStateMachineLogOptions()Methods in software.amazon.awscdk.customresources with parameters of type LogOptionsModifier and TypeMethodDescriptionWaiterStateMachine.Builder.logOptions(LogOptions logOptions) Defines what execution history events are logged and where they are logged.WaiterStateMachineProps.Builder.logOptions(LogOptions logOptions) Sets the value ofWaiterStateMachineProps.getLogOptions()Provider.Builder.waiterStateMachineLogOptions(LogOptions waiterStateMachineLogOptions) Defines what execution history events of the waiter state machine are logged and where they are logged.ProviderProps.Builder.waiterStateMachineLogOptions(LogOptions waiterStateMachineLogOptions) Sets the value ofProviderProps.getWaiterStateMachineLogOptions()