AWSDynamoDBEnableKinesisStreamingConfiguration
Objective-C
@interface AWSDynamoDBEnableKinesisStreamingConfiguration
Swift
class AWSDynamoDBEnableKinesisStreamingConfiguration
Enables setting the configuration for Kinesis Streaming.
-
Toggle for the precision of Kinesis data stream timestamp. The values are either
MILLISECOND
orMICROSECOND
.Declaration
Objective-C
@property (nonatomic) AWSDynamoDBApproximateCreationDateTimePrecision approximateCreationDateTimePrecision;
Swift
var approximateCreationDateTimePrecision: AWSDynamoDBApproximateCreationDateTimePrecision { get set }