Interface CfnDomain.DomainStatsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomain.DomainStatsProperty.Jsii$Proxy
Enclosing class:
CfnDomain

@Stability(Stable) public static interface CfnDomain.DomainStatsProperty extends software.amazon.jsii.JsiiSerializable
Usage-specific statistics about the domain.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.customerprofiles.*;
 DomainStatsProperty domainStatsProperty = DomainStatsProperty.builder()
         .meteringProfileCount(123)
         .objectCount(123)
         .profileCount(123)
         .totalSize(123)
         .build();
 

See Also: