ApplicationLogConfig

class oci.data_flow.models.ApplicationLogConfig(**kwargs)

Bases: object

Logging details of Application logs for Data Flow Run.

Methods

__init__(**kwargs) Initializes a new ApplicationLogConfig object with values from keyword arguments.

Attributes

log_group_id [Required] Gets the log_group_id of this ApplicationLogConfig.
log_id [Required] Gets the log_id of this ApplicationLogConfig.
__init__(**kwargs)

Initializes a new ApplicationLogConfig 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 ApplicationLogConfig.
  • log_id (str) – The value to assign to the log_id property of this ApplicationLogConfig.
log_group_id

[Required] Gets the log_group_id of this ApplicationLogConfig. The log group id for where log objects will be for Data Flow Runs.

Returns:The log_group_id of this ApplicationLogConfig.
Return type:str
log_id

[Required] Gets the log_id of this ApplicationLogConfig. The log id of the log object the Application Logs of Data Flow Run will be shipped to.

Returns:The log_id of this ApplicationLogConfig.
Return type:str