AuditSinkSpecArgs

data class AuditSinkSpecArgs(val policy: Output<PolicyArgs>, val webhook: Output<WebhookArgs>) : ConvertibleToJava<AuditSinkSpecArgs>

AuditSinkSpec holds the spec for the audit sink

Constructors

Link copied to clipboard
constructor(policy: Output<PolicyArgs>, webhook: Output<WebhookArgs>)

Properties

Link copied to clipboard
val policy: Output<PolicyArgs>

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

Link copied to clipboard
val webhook: Output<WebhookArgs>

Webhook to send events required

Functions

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