aws-cdk-lib.aws_sam.CfnStateMachine.ScheduleEventProperty

interface ScheduleEventProperty

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

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 scheduleEventProperty: sam.CfnStateMachine.ScheduleEventProperty = {
  schedule: 'schedule',

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

Properties

NameTypeDescription
schedulestringCfnStateMachine.ScheduleEventProperty.Schedule.
input?stringCfnStateMachine.ScheduleEventProperty.Input.

schedule

Type: string

CfnStateMachine.ScheduleEventProperty.Schedule.


input?

Type: string (optional)

CfnStateMachine.ScheduleEventProperty.Input.