Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ApplicationSnapshotConfigurationUpdate Source #
Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
See: newApplicationSnapshotConfigurationUpdate
smart constructor.
ApplicationSnapshotConfigurationUpdate' | |
|
Instances
Eq ApplicationSnapshotConfigurationUpdate Source # | |
Read ApplicationSnapshotConfigurationUpdate Source # | |
Show ApplicationSnapshotConfigurationUpdate Source # | |
Generic ApplicationSnapshotConfigurationUpdate Source # | |
NFData ApplicationSnapshotConfigurationUpdate Source # | |
Hashable ApplicationSnapshotConfigurationUpdate Source # | |
ToJSON ApplicationSnapshotConfigurationUpdate Source # | |
type Rep ApplicationSnapshotConfigurationUpdate Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.ApplicationSnapshotConfigurationUpdate type Rep ApplicationSnapshotConfigurationUpdate = D1 ('MetaData "ApplicationSnapshotConfigurationUpdate" "Amazonka.KinesisAnalyticsV2.Types.ApplicationSnapshotConfigurationUpdate" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "ApplicationSnapshotConfigurationUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotsEnabledUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
newApplicationSnapshotConfigurationUpdate Source #
:: Bool |
|
-> ApplicationSnapshotConfigurationUpdate |
Create a value of ApplicationSnapshotConfigurationUpdate
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:snapshotsEnabledUpdate:ApplicationSnapshotConfigurationUpdate'
, applicationSnapshotConfigurationUpdate_snapshotsEnabledUpdate
- Describes updates to whether snapshots are enabled for an application.
applicationSnapshotConfigurationUpdate_snapshotsEnabledUpdate :: Lens' ApplicationSnapshotConfigurationUpdate Bool Source #
Describes updates to whether snapshots are enabled for an application.