Show / Hide Table of Contents

Class AuditSinkSpecArgs

AuditSinkSpec holds the spec for the audit sink

Inheritance
System.Object
InputArgs
ResourceArgs
AuditSinkSpecArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Inputs.AuditRegistraion.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class AuditSinkSpecArgs : ResourceArgs

Properties

View Source

Policy

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

Declaration
public Input<PolicyArgs> Policy { get; set; }
Property Value
Type Description
Input<PolicyArgs>
View Source

Webhook

Webhook to send events required

Declaration
public Input<WebhookArgs> Webhook { get; set; }
Property Value
Type Description
Input<WebhookArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.