aws-cdk-lib.aws_scheduler.CfnSchedule.EventBridgeParametersProperty

interface EventBridgeParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnSchedule.EventBridgeParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_EventBridgeParametersProperty
Javasoftware.amazon.awscdk.services.scheduler.CfnSchedule.EventBridgeParametersProperty
Pythonaws_cdk.aws_scheduler.CfnSchedule.EventBridgeParametersProperty
TypeScript aws-cdk-lib » 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 { aws_scheduler as scheduler } from 'aws-cdk-lib';
const eventBridgeParametersProperty: scheduler.CfnSchedule.EventBridgeParametersProperty = {
  detailType: 'detailType',
  source: 'source',
};

Properties

NameTypeDescription
detailTypestringA free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
sourcestringThe 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.