sourceIds property

Input<List<String>?>? sourceIds
final

A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.

Implementation

final pulumi.Input<List<String>?>? sourceIds;