aws-cdk-lib.aws_stepfunctions.CfnStateMachine.CloudWatchLogsLogGroupProperty

interface CloudWatchLogsLogGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.CfnStateMachine.CloudWatchLogsLogGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctions#CfnStateMachine_CloudWatchLogsLogGroupProperty
Javasoftware.amazon.awscdk.services.stepfunctions.CfnStateMachine.CloudWatchLogsLogGroupProperty
Pythonaws_cdk.aws_stepfunctions.CfnStateMachine.CloudWatchLogsLogGroupProperty
TypeScript aws-cdk-lib » aws_stepfunctions » CfnStateMachine » CloudWatchLogsLogGroupProperty

Defines a CloudWatch log group.

For more information see Standard Versus Express Workflows in the AWS Step Functions Developer Guide.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_stepfunctions as stepfunctions } from 'aws-cdk-lib';
const cloudWatchLogsLogGroupProperty: stepfunctions.CfnStateMachine.CloudWatchLogsLogGroupProperty = {
  logGroupArn: 'logGroupArn',
};

Properties

NameTypeDescription
logGroupArn?stringThe ARN of the the CloudWatch log group to which you want your logs emitted to.

logGroupArn?

Type: string (optional)

The ARN of the the CloudWatch log group to which you want your logs emitted to.

The ARN must end with :*