Audit Sink Spec Patch Args
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
fun AuditSinkSpecPatchArgs(policy: Output<PolicyPatchArgs>? = null, webhook: Output<WebhookPatchArgs>? = null)