interface EventBridgeParametersProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Scheduler.CfnSchedule.EventBridgeParametersProperty | 
|  Java | software.amazon.awscdk.services.scheduler.CfnSchedule.EventBridgeParametersProperty | 
|  Python | aws_cdk.aws_scheduler.CfnSchedule.EventBridgeParametersProperty | 
|  TypeScript | @aws-cdk/aws-scheduler»CfnSchedule»EventBridgeParametersProperty | 
The templated target type for the EventBridge PutEvents API operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as scheduler from '@aws-cdk/aws-scheduler';
const eventBridgeParametersProperty: scheduler.CfnSchedule.EventBridgeParametersProperty = {
  detailType: 'detailType',
  source: 'source',
};
Properties
| Name | Type | Description | 
|---|---|---|
| detail | string | A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail. | 
| source | string | The source of the event. | 
detailType
Type:
string
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
source
Type:
string
The source of the event.
