| 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 |
Amazonka.SecurityHub.Types.AwsDynamoDbTableStreamSpecification
Description
Synopsis
- data AwsDynamoDbTableStreamSpecification = AwsDynamoDbTableStreamSpecification' {}
- newAwsDynamoDbTableStreamSpecification :: AwsDynamoDbTableStreamSpecification
- awsDynamoDbTableStreamSpecification_streamViewType :: Lens' AwsDynamoDbTableStreamSpecification (Maybe Text)
- awsDynamoDbTableStreamSpecification_streamEnabled :: Lens' AwsDynamoDbTableStreamSpecification (Maybe Bool)
Documentation
data AwsDynamoDbTableStreamSpecification Source #
The current DynamoDB Streams configuration for the table.
See: newAwsDynamoDbTableStreamSpecification smart constructor.
Constructors
| AwsDynamoDbTableStreamSpecification' | |
Fields
| |
Instances
newAwsDynamoDbTableStreamSpecification :: AwsDynamoDbTableStreamSpecification Source #
Create a value of AwsDynamoDbTableStreamSpecification 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:streamViewType:AwsDynamoDbTableStreamSpecification', awsDynamoDbTableStreamSpecification_streamViewType - Determines the information that is written to the table.
$sel:streamEnabled:AwsDynamoDbTableStreamSpecification', awsDynamoDbTableStreamSpecification_streamEnabled - Indicates whether DynamoDB Streams is enabled on the table.
awsDynamoDbTableStreamSpecification_streamViewType :: Lens' AwsDynamoDbTableStreamSpecification (Maybe Text) Source #
Determines the information that is written to the table.
awsDynamoDbTableStreamSpecification_streamEnabled :: Lens' AwsDynamoDbTableStreamSpecification (Maybe Bool) Source #
Indicates whether DynamoDB Streams is enabled on the table.