Skip to content

Commit b2de6cd

Browse files
committed
ACLP Logs - Clarify LogsDestinationType supporting only one value
1 parent b1f7ea0 commit b2de6cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ class AlertStatus(StrEnum):
142142

143143

144144
class LogsDestinationType(StrEnum):
145+
"""
146+
The type of destination for logs data sync. Currently, only ``akamai_object_storage`` is supported.
147+
"""
145148
akamai_object_storage = "akamai_object_storage"
146149

147150

0 commit comments

Comments
 (0)