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
- data SourceTableFeatureDetails = SourceTableFeatureDetails' {}
- newSourceTableFeatureDetails :: SourceTableFeatureDetails
- sourceTableFeatureDetails_streamDescription :: Lens' SourceTableFeatureDetails (Maybe StreamSpecification)
- sourceTableFeatureDetails_globalSecondaryIndexes :: Lens' SourceTableFeatureDetails (Maybe [GlobalSecondaryIndexInfo])
- sourceTableFeatureDetails_localSecondaryIndexes :: Lens' SourceTableFeatureDetails (Maybe [LocalSecondaryIndexInfo])
- sourceTableFeatureDetails_sSEDescription :: Lens' SourceTableFeatureDetails (Maybe SSEDescription)
- sourceTableFeatureDetails_timeToLiveDescription :: Lens' SourceTableFeatureDetails (Maybe TimeToLiveDescription)
Documentation
data SourceTableFeatureDetails Source #
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
See: newSourceTableFeatureDetails
smart constructor.
SourceTableFeatureDetails' | |
|
Instances
newSourceTableFeatureDetails :: SourceTableFeatureDetails Source #
Create a value of SourceTableFeatureDetails
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:streamDescription:SourceTableFeatureDetails'
, sourceTableFeatureDetails_streamDescription
- Stream settings on the table when the backup was created.
$sel:globalSecondaryIndexes:SourceTableFeatureDetails'
, sourceTableFeatureDetails_globalSecondaryIndexes
- Represents the GSI properties for the table when the backup was created.
It includes the IndexName, KeySchema, Projection, and
ProvisionedThroughput for the GSIs on the table at the time of backup.
$sel:localSecondaryIndexes:SourceTableFeatureDetails'
, sourceTableFeatureDetails_localSecondaryIndexes
- Represents the LSI properties for the table when the backup was created.
It includes the IndexName, KeySchema and Projection for the LSIs on the
table at the time of backup.
$sel:sSEDescription:SourceTableFeatureDetails'
, sourceTableFeatureDetails_sSEDescription
- The description of the server-side encryption status on the table when
the backup was created.
$sel:timeToLiveDescription:SourceTableFeatureDetails'
, sourceTableFeatureDetails_timeToLiveDescription
- Time to Live settings on the table when the backup was created.
sourceTableFeatureDetails_streamDescription :: Lens' SourceTableFeatureDetails (Maybe StreamSpecification) Source #
Stream settings on the table when the backup was created.
sourceTableFeatureDetails_globalSecondaryIndexes :: Lens' SourceTableFeatureDetails (Maybe [GlobalSecondaryIndexInfo]) Source #
Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.
sourceTableFeatureDetails_localSecondaryIndexes :: Lens' SourceTableFeatureDetails (Maybe [LocalSecondaryIndexInfo]) Source #
Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.
sourceTableFeatureDetails_sSEDescription :: Lens' SourceTableFeatureDetails (Maybe SSEDescription) Source #
The description of the server-side encryption status on the table when the backup was created.
sourceTableFeatureDetails_timeToLiveDescription :: Lens' SourceTableFeatureDetails (Maybe TimeToLiveDescription) Source #
Time to Live settings on the table when the backup was created.