PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Macie2::CreateClassificationJob; use Moose; has ClientToken => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'clientToken', required => 1); has CustomDataIdentifierIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]', traits => ['NameInRequest'], request_name => 'customDataIdentifierIds'); has Description => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'description'); has InitialRun => (is => 'ro', isa => 'Bool', traits => ['NameInRequest'], request_name => 'initialRun'); has JobType => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobType', required => 1); has Name => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'name', required => 1); has S3JobDefinition => (is => 'ro', isa => 'Paws::Macie2::S3JobDefinition', traits => ['NameInRequest'], request_name => 's3JobDefinition', required => 1); has SamplingPercentage => (is => 'ro', isa => 'Int', traits => ['NameInRequest'], request_name => 'samplingPercentage'); has ScheduleFrequency => (is => 'ro', isa => 'Paws::Macie2::JobScheduleFrequency', traits => ['NameInRequest'], request_name => 'scheduleFrequency'); has Tags => (is => 'ro', isa => 'Paws::Macie2::TagMap', traits => ['NameInRequest'], request_name => 'tags'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateClassificationJob'); class_has _api_uri => (isa => 'Str', is => 'ro', default => '/jobs'); class_has _api_method => (isa => 'Str', is => 'ro', default => 'POST'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Macie2::CreateClassificationJobResponse'); 1; ### main pod documentation begin ### =head1 NAME Paws::Macie2::CreateClassificationJob - Arguments for method CreateClassificationJob on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateClassificationJob on the L service. Use the attributes of this class as arguments to method CreateClassificationJob. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateClassificationJob. =head1 SYNOPSIS my $macie2 = Paws->service('Macie2'); my $CreateClassificationJobResponse = $macie2->CreateClassificationJob( ClientToken => 'My__string', JobType => 'ONE_TIME', Name => 'My__string', S3JobDefinition => { BucketCriteria => { Excludes => { And => [ { SimpleCriterion => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'ACCOUNT_ID' , # values: ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS; OPTIONAL Values => [ 'My__string', ... ], # OPTIONAL }, # OPTIONAL TagCriterion => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL TagValues => [ { Key => 'My__string', Value => 'My__string', }, ... ], # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL }, # OPTIONAL Includes => { And => [ { SimpleCriterion => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'ACCOUNT_ID' , # values: ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS; OPTIONAL Values => [ 'My__string', ... ], # OPTIONAL }, # OPTIONAL TagCriterion => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL TagValues => [ { Key => 'My__string', Value => 'My__string', }, ... ], # OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL }, # OPTIONAL }, # OPTIONAL BucketDefinitions => [ { AccountId => 'My__string', Buckets => [ 'My__string', ... ], # OPTIONAL }, ... ], # OPTIONAL Scoping => { Excludes => { And => [ { SimpleScopeTerm => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'OBJECT_EXTENSION' , # values: OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY; OPTIONAL Values => [ 'My__string', ... ], # OPTIONAL }, # OPTIONAL TagScopeTerm => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'My__string', TagValues => [ { Key => 'My__string', Value => 'My__string', }, ... ], # OPTIONAL Target => 'S3_OBJECT', # values: S3_OBJECT; OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL }, # OPTIONAL Includes => { And => [ { SimpleScopeTerm => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'OBJECT_EXTENSION' , # values: OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY; OPTIONAL Values => [ 'My__string', ... ], # OPTIONAL }, # OPTIONAL TagScopeTerm => { Comparator => 'EQ' , # values: EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH; OPTIONAL Key => 'My__string', TagValues => [ { Key => 'My__string', Value => 'My__string', }, ... ], # OPTIONAL Target => 'S3_OBJECT', # values: S3_OBJECT; OPTIONAL }, # OPTIONAL }, ... ], # OPTIONAL }, # OPTIONAL }, # OPTIONAL }, CustomDataIdentifierIds => [ 'My__string', ... ], # OPTIONAL Description => 'My__string', # OPTIONAL InitialRun => 1, # OPTIONAL SamplingPercentage => 1, # OPTIONAL ScheduleFrequency => { DailySchedule => { }, # OPTIONAL MonthlySchedule => { DayOfMonth => 1, }, # OPTIONAL WeeklySchedule => { DayOfWeek => 'SUNDAY' , # values: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY; OPTIONAL }, # OPTIONAL }, # OPTIONAL Tags => { 'My__string' => 'My__string', }, # OPTIONAL ); # Results: my $JobArn = $CreateClassificationJobResponse->JobArn; my $JobId = $CreateClassificationJobResponse->JobId; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 B ClientToken => Str A unique, case-sensitive token that you provide to ensure the idempotency of the request. =head2 CustomDataIdentifierIds => ArrayRef[Str|Undef] The custom data identifiers to use for data analysis and classification. =head2 Description => Str A custom description of the job. The description can contain as many as 200 characters. =head2 InitialRun => Bool Specifies whether to analyze all existing, eligible objects immediately after the job is created. =head2 B JobType => Str The schedule for running the job. Valid values are: =over =item * ONE_TIME - Run the job only once. If you specify this value, don't specify a value for the scheduleFrequency property. =item * 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. =back Valid values are: C<"ONE_TIME">, C<"SCHEDULED"> =head2 B Name => Str A custom name for the job. The name can contain as many as 500 characters. =head2 B S3JobDefinition => L The S3 buckets that contain the objects to analyze, and the scope of that analysis. =head2 SamplingPercentage => Int 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. =head2 ScheduleFrequency => L 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. =head2 Tags => L 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. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateClassificationJob in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut