interface ScheduleEventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins.CfnStateMachinePropsMixin.ScheduleEventProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssam/mixins#CfnStateMachinePropsMixin_ScheduleEventProperty |
Java | software.amazon.awscdk.mixins.preview.services.sam.mixins.CfnStateMachinePropsMixin.ScheduleEventProperty |
Python | aws_cdk.mixins_preview.aws_sam.mixins.CfnStateMachinePropsMixin.ScheduleEventProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sam » mixins » CfnStateMachinePropsMixin » ScheduleEventProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sam_mixins } from '@aws-cdk/mixins-preview/aws-sam';
const scheduleEventProperty: sam_mixins.CfnStateMachinePropsMixin.ScheduleEventProperty = {
input: 'input',
schedule: 'schedule',
};
Properties
| Name | Type | Description |
|---|---|---|
| input? | string | |
| schedule? | string |
input?
Type:
string
(optional)
schedule?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript