Show / Hide Table of Contents

Interface CfnStateMachine.ILoggingConfigurationProperty

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public interface ILoggingConfigurationProperty
Syntax (vb)
Public Interface ILoggingConfigurationProperty
Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SAM;

var loggingConfigurationProperty = new LoggingConfigurationProperty {
    Destinations = new [] { new LogDestinationProperty {
        CloudWatchLogsLogGroup = new CloudWatchLogsLogGroupProperty {
            LogGroupArn = "logGroupArn"
        }
    } },
    IncludeExecutionData = false,
    Level = "level"
};

Synopsis

Properties

Destinations

CfnStateMachine.LoggingConfigurationProperty.Destinations.

IncludeExecutionData

CfnStateMachine.LoggingConfigurationProperty.IncludeExecutionData.

Level

CfnStateMachine.LoggingConfigurationProperty.Level.

Properties

Destinations

CfnStateMachine.LoggingConfigurationProperty.Destinations.

object Destinations { get; }
Property Value

System.Object

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html

IncludeExecutionData

CfnStateMachine.LoggingConfigurationProperty.IncludeExecutionData.

object IncludeExecutionData { get; }
Property Value

System.Object

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html

Level

CfnStateMachine.LoggingConfigurationProperty.Level.

string Level { get; }
Property Value

System.String

Remarks

Link: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-loggingconfiguration.html

Back to top Generated by DocFX