EventsDetectionJobProperties constructor
EventsDetectionJobProperties({
- String? dataAccessRoleArn,
- DateTime? endTime,
- InputDataConfig? inputDataConfig,
- String? jobId,
- String? jobName,
- JobStatus? jobStatus,
- LanguageCode? languageCode,
- String? message,
- OutputDataConfig? outputDataConfig,
- DateTime? submitTime,
- List<
String> ? targetEventTypes,
Implementation
EventsDetectionJobProperties({
this.dataAccessRoleArn,
this.endTime,
this.inputDataConfig,
this.jobId,
this.jobName,
this.jobStatus,
this.languageCode,
this.message,
this.outputDataConfig,
this.submitTime,
this.targetEventTypes,
});