libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.MonthlySchedule

Description

 
Synopsis

Documentation

data MonthlySchedule Source #

Specifies a monthly recurrence pattern for running a classification job.

See: newMonthlySchedule smart constructor.

Constructors

MonthlySchedule' 

Fields

  • dayOfMonth :: Maybe Int

    The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.

    If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.

Instances

Instances details
Eq MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

Read MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

Show MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

Generic MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

Associated Types

type Rep MonthlySchedule :: Type -> Type #

NFData MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

Methods

rnf :: MonthlySchedule -> () #

Hashable MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

ToJSON MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

FromJSON MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

type Rep MonthlySchedule Source # 
Instance details

Defined in Amazonka.MacieV2.Types.MonthlySchedule

type Rep MonthlySchedule = D1 ('MetaData "MonthlySchedule" "Amazonka.MacieV2.Types.MonthlySchedule" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "MonthlySchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dayOfMonth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newMonthlySchedule :: MonthlySchedule Source #

Create a value of MonthlySchedule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dayOfMonth:MonthlySchedule', monthlySchedule_dayOfMonth - The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.

If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.

monthlySchedule_dayOfMonth :: Lens' MonthlySchedule (Maybe Int) Source #

The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.

If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.