AWS::CustomerProfiles::EventTrigger Period - 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::CustomerProfiles::EventTrigger Period

Defines a limit and the time period during which it is enforced.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxInvocationsPerProfile" : Integer, "Unit" : String, "Unlimited" : Boolean, "Value" : Integer }

YAML

MaxInvocationsPerProfile: Integer Unit: String Unlimited: Boolean Value: Integer

Properties

MaxInvocationsPerProfile

The maximum allowed number of destination invocations per profile.

Required: No

Type: Integer

Minimum: 1

Maximum: 1000

Update requires: No interruption

Unit

The unit of time.

Required: Yes

Type: String

Allowed values: HOURS | DAYS | WEEKS | MONTHS

Update requires: No interruption

Unlimited

If set to true, there is no limit on the number of destination invocations per profile. The default is false.

Required: No

Type: Boolean

Update requires: No interruption

Value

The amount of time of the specified unit.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 24

Update requires: No interruption