GetEventSourceArgs constructor
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,
});