Class LogConfigDetails
Logging configuration for an IoT flow runtime.
Inherited Members
Namespace: Oci.IotService.Models
Assembly: OCI.DotNetSDK.Iot.dll
Syntax
public class LogConfigDetails
Properties
LogGroupId
Declaration
[Required(ErrorMessage = "LogGroupId is required.")]
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the log group associated with the IoT flow runtime. |
Remarks
Required
LogId
Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the log that receives IoT flow runtime container logs. |