AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The LoggingConfiguration data type is used to set CloudWatch Logs options.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.LoggingConfiguration

Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z

Syntax

C#
public class LoggingConfiguration

The LoggingConfiguration type exposes the following members

Constructors

NameDescription
Public Method LoggingConfiguration()

Properties

NameTypeDescription
Public Property Destinations System.Collections.Generic.List<Amazon.StepFunctions.Model.LogDestination>

Gets and sets the property Destinations.

An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

Public Property IncludeExecutionData System.Boolean

Gets and sets the property IncludeExecutionData.

Determines whether execution data is included in your log. When set to false, data is excluded.

Public Property Level Amazon.StepFunctions.LogLevel

Gets and sets the property Level.

Defines which category of execution history events are logged.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5