AWS::CustomerProfiles::Domain DomainStats
Usage-specific statistics about the domain.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MeteringProfileCount" :
Number
, "ObjectCount" :Number
, "ProfileCount" :Number
, "TotalSize" :Number
}
YAML
MeteringProfileCount:
Number
ObjectCount:Number
ProfileCount:Number
TotalSize:Number
Properties
MeteringProfileCount
-
The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
Required: No
Type: Number
Update requires: No interruption
ObjectCount
-
The total number of objects in domain.
Required: No
Type: Number
Update requires: No interruption
ProfileCount
-
The total number of profiles currently in the domain.
Required: No
Type: Number
Update requires: No interruption
TotalSize
-
The total size, in bytes, of all objects in the domain.
Required: No
Type: Number
Update requires: No interruption