View a markdown version of this page

AWS::EventsV2::Subscriber PointInTimeConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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