Show / Hide Table of Contents

Class LoggingAnalyticsTargetDetailsResponse

The destination log group for data transferred from the source. For configuration instructions, see Creating a Connector.

Inheritance
object
TargetDetailsResponse
LoggingAnalyticsTargetDetailsResponse
Inherited Members
TargetDetailsResponse.PrivateEndpointMetadata
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class LoggingAnalyticsTargetDetailsResponse : TargetDetailsResponse

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 Logging Analytics log group.

Remarks

Required

LogSourceIdentifier

Declaration
[JsonProperty(PropertyName = "logSourceIdentifier")]
public string LogSourceIdentifier { get; set; }
Property Value
Type Description
string

Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSource only. Equivalent to name at {@link LogAnalyticsSource}.

In this article
Back to top