GetEventSourceArgs constructor

const GetEventSourceArgs({
  1. Input<String?>? namePrefix,
  2. Input<String?>? region,
})

Creates a new GetEventSourceArgs. namePrefix Specifying this limits the results to only those partner event sources with names that start with the specified prefix region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const GetEventSourceArgs({
  this.namePrefix,
  this.region,
});