aws-cdk-lib.aws_sam.CfnStateMachine.CloudWatchEventEventProperty

interface CloudWatchEventEventProperty

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

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';

declare const pattern: any;
const cloudWatchEventEventProperty: sam.CfnStateMachine.CloudWatchEventEventProperty = {
  pattern: pattern,

  // the properties below are optional
  eventBusName: 'eventBusName',
  input: 'input',
  inputPath: 'inputPath',
};

Properties

NameTypeDescription
patternanyCfnStateMachine.CloudWatchEventEventProperty.Pattern.
eventBusName?stringCfnStateMachine.CloudWatchEventEventProperty.EventBusName.
input?stringCfnStateMachine.CloudWatchEventEventProperty.Input.
inputPath?stringCfnStateMachine.CloudWatchEventEventProperty.InputPath.

pattern

Type: any

CfnStateMachine.CloudWatchEventEventProperty.Pattern.


eventBusName?

Type: string (optional)

CfnStateMachine.CloudWatchEventEventProperty.EventBusName.


input?

Type: string (optional)

CfnStateMachine.CloudWatchEventEventProperty.Input.


inputPath?

Type: string (optional)

CfnStateMachine.CloudWatchEventEventProperty.InputPath.