This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::EventsV2::Subscriber PointInTimeConfiguration
The point in time to start delivering events from, used when StartingPosition is POINT_IN_TIME.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EndPoint" :Integer, "PointType" :String, "StartingPoint" :Integer}
YAML
EndPoint:IntegerPointType:StringStartingPoint:Integer
Properties
EndPoint-
An optional time to stop delivering events at, in seconds since the Unix epoch.
Required: No
Type: Integer
Update requires: Replacement
PointType-
Where to start: HORIZON starts from the earliest available event; TIMESTAMP starts from the StartingPoint timestamp.
Required: Yes
Type: String
Allowed values:
HORIZON | TIMESTAMPUpdate requires: Replacement
StartingPoint-
The time to start delivering events from, in seconds since the Unix epoch. Required when PointType is TIMESTAMP.
Required: No
Type: Integer
Update requires: Replacement