CustomerLoggingDetails¶
-
class
oci.opensearch.models.
CustomerLoggingDetails
(**kwargs)¶ Bases:
object
Customer logging configuration
Methods
__init__
(**kwargs)Initializes a new CustomerLoggingDetails object with values from keyword arguments. Attributes
log_retention_days
[Required] Gets the log_retention_days of this CustomerLoggingDetails. -
__init__
(**kwargs)¶ Initializes a new CustomerLoggingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: log_retention_days (int) – The value to assign to the log_retention_days property of this CustomerLoggingDetails.
-
log_retention_days
¶ [Required] Gets the log_retention_days of this CustomerLoggingDetails. the age of an index after which the index will get deleted by ISM policy
Returns: The log_retention_days of this CustomerLoggingDetails. Return type: int
-