Class WebhookArgs
Webhook holds the configuration of the webhook
Inherited Members
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 WebhookArgs : ResourceArgs
Properties
View SourceClientConfig
ClientConfig holds the connection parameters for the webhook required
Declaration
public Input<WebhookClientConfigArgs> ClientConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebhookClientConfigArgs> |
Throttle
Throttle holds the options for throttling the webhook
Declaration
public Input<WebhookThrottleConfigArgs> Throttle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WebhookThrottleConfigArgs> |