AWS SDK for .NET Documentation
SourceIds Property
AmazonAmazon.Redshift.ModelCreateEventSubscriptionRequestSourceIds Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SourceIds.

A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.

Example: my-cluster-1, my-cluster-2

Example: my-snapshot-20131010

Declaration Syntax
C#
public List<string> SourceIds { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)