Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data ApplicationSnapshotConfiguration Source #
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
See: newApplicationSnapshotConfiguration
smart constructor.
ApplicationSnapshotConfiguration' | |
|
Instances
ToJSON ApplicationSnapshotConfiguration Source # | |
Generic ApplicationSnapshotConfiguration Source # | |
Read ApplicationSnapshotConfiguration Source # | |
Show ApplicationSnapshotConfiguration Source # | |
NFData ApplicationSnapshotConfiguration Source # | |
Eq ApplicationSnapshotConfiguration Source # | |
Hashable ApplicationSnapshotConfiguration Source # | |
type Rep ApplicationSnapshotConfiguration Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.ApplicationSnapshotConfiguration type Rep ApplicationSnapshotConfiguration = D1 ('MetaData "ApplicationSnapshotConfiguration" "Amazonka.KinesisAnalyticsV2.Types.ApplicationSnapshotConfiguration" "amazonka-kinesisanalyticsv2-2.0-EuRTRS4ROZrHrkll3mMtCB" 'False) (C1 ('MetaCons "ApplicationSnapshotConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
newApplicationSnapshotConfiguration Source #
Create a value of ApplicationSnapshotConfiguration
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:snapshotsEnabled:ApplicationSnapshotConfiguration'
, applicationSnapshotConfiguration_snapshotsEnabled
- Describes whether snapshots are enabled for a Flink-based Kinesis Data
Analytics application.
applicationSnapshotConfiguration_snapshotsEnabled :: Lens' ApplicationSnapshotConfiguration Bool Source #
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.