LogConfigDetails¶
-
class
oci.iot.models.LogConfigDetails(**kwargs)¶ Bases:
objectLogging configuration for an IoT flow runtime.
Methods
__init__(**kwargs)Initializes a new LogConfigDetails object with values from keyword arguments. Attributes
log_group_id[Required] Gets the log_group_id of this LogConfigDetails. log_idGets the log_id of this LogConfigDetails. -
__init__(**kwargs)¶ Initializes a new LogConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - log_group_id (str) – The value to assign to the log_group_id property of this LogConfigDetails.
- log_id (str) – The value to assign to the log_id property of this LogConfigDetails.
-
log_group_id¶ [Required] Gets the log_group_id of this LogConfigDetails. The OCID of the log group associated with the IoT flow runtime.
Returns: The log_group_id of this LogConfigDetails. Return type: str
-
log_id¶ Gets the log_id of this LogConfigDetails. The OCID of the log that receives IoT flow runtime container logs.
Returns: The log_id of this LogConfigDetails. Return type: str
-