View a markdown version of this page

AWS::EventsV2::Subscriber PointInTimeConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

{ "EndPoint" : Integer, "PointType" : String, "StartingPoint" : Integer }

YAML

EndPoint: Integer PointType: String StartingPoint: 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 | TIMESTAMP

Update 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