class Aws::SecurityHub::Types::AwsDynamoDbTableStreamSpecification

The current DynamoDB Streams configuration for the table.

@note When making an API call, you may pass AwsDynamoDbTableStreamSpecification

data as a hash:

    {
      stream_enabled: false,
      stream_view_type: "NonEmptyString",
    }

@!attribute [rw] stream_enabled

Indicates whether DynamoDB Streams is enabled on the table.
@return [Boolean]

@!attribute [rw] stream_view_type

Determines the information that is written to the table.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsDynamoDbTableStreamSpecification AWS API Documentation

Constants

SENSITIVE