aws-cdk-lib.aws_sam.CfnStateMachine.LoggingConfigurationProperty

interface LoggingConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnStateMachine.LoggingConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnStateMachine_LoggingConfigurationProperty
Javasoftware.amazon.awscdk.services.sam.CfnStateMachine.LoggingConfigurationProperty
Pythonaws_cdk.aws_sam.CfnStateMachine.LoggingConfigurationProperty
TypeScript aws-cdk-lib » aws_sam » CfnStateMachine » LoggingConfigurationProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const loggingConfigurationProperty: sam.CfnStateMachine.LoggingConfigurationProperty = {
  destinations: [{
    cloudWatchLogsLogGroup: {
      logGroupArn: 'logGroupArn',
    },
  }],
  includeExecutionData: false,
  level: 'level',
};

Properties

NameTypeDescription
destinationsIResolvable | IResolvable | LogDestinationProperty[]CfnStateMachine.LoggingConfigurationProperty.Destinations.
includeExecutionDataboolean | IResolvableCfnStateMachine.LoggingConfigurationProperty.IncludeExecutionData.
levelstringCfnStateMachine.LoggingConfigurationProperty.Level.

destinations

Type: IResolvable | IResolvable | LogDestinationProperty[]

CfnStateMachine.LoggingConfigurationProperty.Destinations.


includeExecutionData

Type: boolean | IResolvable

CfnStateMachine.LoggingConfigurationProperty.IncludeExecutionData.


level

Type: string

CfnStateMachine.LoggingConfigurationProperty.Level.