EventConnectionInvocationConnectivityParameters constructor
const
EventConnectionInvocationConnectivityParameters({
- 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,
});