amazonka-timestream-query-2.0: Amazon Timestream Query SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Description

 
Synopsis

Documentation

data ScheduleConfiguration Source #

Configuration of the schedule of the query.

See: newScheduleConfiguration smart constructor.

Constructors

ScheduleConfiguration' 

Fields

  • scheduleExpression :: Text

    An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.

Instances

Instances details
FromJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

ToJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Generic ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Associated Types

type Rep ScheduleConfiguration :: Type -> Type #

Read ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Show ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

NFData ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Methods

rnf :: ScheduleConfiguration -> () #

Eq ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

Hashable ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

type Rep ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ScheduleConfiguration

type Rep ScheduleConfiguration = D1 ('MetaData "ScheduleConfiguration" "Amazonka.TimeStreamQuery.Types.ScheduleConfiguration" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'False) (C1 ('MetaCons "ScheduleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScheduleConfiguration Source #

Create a value of ScheduleConfiguration 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:scheduleExpression:ScheduleConfiguration', scheduleConfiguration_scheduleExpression - An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.

scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration Text Source #

An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.