IngestionDestinationProcessingConfigurationAuditLogArgs

data class IngestionDestinationProcessingConfigurationAuditLogArgs(val format: Output<String>, val schema: Output<String>) : ConvertibleToJava<IngestionDestinationProcessingConfigurationAuditLogArgs>

Constructors

constructor(format: Output<String>, schema: Output<String>)

Properties

Link copied to clipboard
val format: Output<String>

The format in which the audit logs need to be formatted. Valid values: json, parquet.

Link copied to clipboard
val schema: Output<String>

The event schema in which the audit logs need to be formatted. Valid values: ocsf, raw.

Functions

Link copied to clipboard
open override fun toJava(): IngestionDestinationProcessingConfigurationAuditLogArgs