Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityTracking

Enables sending log data to IBM Cloud Activity Tracker Event Routing to provide visibility into bucket management, object read and write events. (Recommended) When the activity_tracker_crn is not populated, then enabled events are sent to the Activity Tracker Event Routing instance at the container's location unless otherwise specified in the Activity Tracker Event Routing Event Routing service configuration. (Legacy) When the activity_tracker_crn is populated, then enabled events are sent to the Activity Tracker Event Routing instance specified.

Hierarchy

  • ActivityTracking

Index

Properties

Optional activity_tracker_crn

activity_tracker_crn: string

When the activity_tracker_crn is not populated, then enabled events are sent to the Activity Tracker Event Routing instance associated to the container's location unless otherwise specified in the Activity Tracker Event Routing Event Routing service configuration. If activity_tracker_crn is populated, then enabled events are sent to the Activity Tracker Event Routing instance specified and bucket management events are always enabled.

Optional management_events

management_events: boolean

This field only applies if activity_tracker_crn is not populated. If set to true, all bucket management events will be sent to Activity Tracker Event Routing.

Optional read_data_events

read_data_events: boolean

If set to true, all object read events (i.e. downloads) will be sent to Activity Tracker Event Routing.

Optional write_data_events

write_data_events: boolean

If set to true, all object write events (i.e. uploads) will be sent to Activity Tracker Event Routing.

Generated using TypeDoc