AWS::Pinpoint::Segment Recency
Specifies how recently segment members were active.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Duration" :
String
, "RecencyType" :String
}
YAML
Duration:
String
RecencyType:String
Properties
Duration
-
The duration to use when determining which users have been active or inactive with your app.
Possible values:
HR_24
|DAY_7
|DAY_14
|DAY_30
.Required: Yes
Type: String
Update requires: No interruption
RecencyType
-
The type of recency dimension to use for the segment. Valid values are:
ACTIVE
andINACTIVE
. If the value isACTIVE
, the segment includes users who have used your app within the specified duration are included in the segment. If the value isINACTIVE
, the segment includes users who haven't used your app within the specified duration are included in the segment.Required: Yes
Type: String
Update requires: No interruption