ClassificationJobArgs

constructor(customDataIdentifierIds: Output<List<String>>? = null, description: Output<String>? = null, initialRun: Output<Boolean>? = null, jobStatus: Output<String>? = null, jobType: Output<String>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, s3JobDefinition: Output<ClassificationJobS3JobDefinitionArgs>? = null, samplingPercentage: Output<Int>? = null, scheduleFrequency: Output<ClassificationJobScheduleFrequencyArgs>? = null, tags: Output<Map<String, String>>? = null)