StreamProcessorArgs

constructor(dataSharingPreference: Output<StreamProcessorDataSharingPreferenceArgs>? = null, input: Output<StreamProcessorInputArgs>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, notificationChannel: Output<StreamProcessorNotificationChannelArgs>? = null, output: Output<StreamProcessorOutputArgs>? = null, regionsOfInterests: Output<List<StreamProcessorRegionsOfInterestArgs>>? = null, roleArn: Output<String>? = null, settings: Output<StreamProcessorSettingsArgs>? = null, tags: Output<Map<String, String>>? = null, timeouts: Output<StreamProcessorTimeoutsArgs>? = null)