aws macie2 create-classification-job

Creates and defines the settings for a classification job

Options

NameDescription
--client-token <string>A unique, case-sensitive token that you provide to ensure the idempotency of the request
--custom-data-identifier-ids <list>The custom data identifiers to use for data analysis and classification
--description <string>A custom description of the job. The description can contain as many as 200 characters
--initial-runSpecifies whether to analyze all existing, eligible objects immediately after the job is created
--no-initial-runSpecifies whether to analyze all existing, eligible objects immediately after the job is created
--job-type <string>The schedule for running the job. Valid values are: ONE_TIME - Run the job only once. If you specify this value, don't specify a value for the scheduleFrequency property. SCHEDULED - Run the job on a daily, weekly, or monthly basis. If you specify this value, use the scheduleFrequency property to define the recurrence pattern for the job
--name <string>A custom name for the job. The name can contain as many as 500 characters
--s3-job-definition <structure>The S3 buckets that contain the objects to analyze, and the scope of that analysis
--sampling-percentage <integer>The sampling depth, as a percentage, to apply when processing objects. This value determines the percentage of eligible objects that the job analyzes. If this value is less than 100, Amazon Macie selects the objects to analyze at random, up to the specified percentage, and analyzes all the data in those objects
--schedule-frequency <structure>The recurrence pattern for running the job. To run the job only once, don't specify a value for this property and set the value for the jobType property to ONE_TIME
--tags <map>A map of key-value pairs that specifies the tags to associate with the job. A job can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command