AuditSinkSpecPatchArgs

data class AuditSinkSpecPatchArgs(val policy: Output<PolicyPatchArgs>? = null, val webhook: Output<WebhookPatchArgs>? = null) : ConvertibleToJava<AuditSinkSpecPatchArgs>

AuditSinkSpec holds the spec for the audit sink

Constructors

Link copied to clipboard
constructor(policy: Output<PolicyPatchArgs>? = null, webhook: Output<WebhookPatchArgs>? = null)

Properties

Link copied to clipboard
val policy: Output<PolicyPatchArgs>? = null

Policy defines the policy for selecting which events should be sent to the webhook required

Link copied to clipboard
val webhook: Output<WebhookPatchArgs>? = null

Webhook to send events required

Functions

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