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