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
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 |
|
IncludeExecutionData |
|
Level |
|
Properties
Destinations
CfnStateMachine.LoggingConfigurationProperty.Destinations
.
object Destinations { get; }
Property Value
System.Object
Remarks
IncludeExecutionData
CfnStateMachine.LoggingConfigurationProperty.IncludeExecutionData
.
object IncludeExecutionData { get; }
Property Value
System.Object
Remarks
Level
CfnStateMachine.LoggingConfigurationProperty.Level
.
string Level { get; }
Property Value
System.String