EventConnectionInvocationConnectivityParameters constructor

const EventConnectionInvocationConnectivityParameters({
  1. required Input<EventConnectionInvocationConnectivityParametersResourceParameters> resourceParameters,
})

Creates a new EventConnectionInvocationConnectivityParameters. resourceParameters The parameters for EventBridge to use when invoking the resource endpoint. Documented below.

Implementation

const EventConnectionInvocationConnectivityParameters({
  required this.resourceParameters,
});