Bases: UnknownEnumMixin, StrEnum
Specifies the type of the aggregation templates in the aggregation
configuration. Valid values include API_ACTIVITY, RESOURCE_ACCESS and
USER_ACTIONS.
Attributes
API_ACTIVITY
class-attribute
instance-attribute
API_ACTIVITY = 'API_ACTIVITY'
RESOURCE_ACCESS
class-attribute
instance-attribute
RESOURCE_ACCESS = 'RESOURCE_ACCESS'
USER_ACTIONS
class-attribute
instance-attribute
USER_ACTIONS = 'USER_ACTIONS'