Show / Hide Table of Contents

Class WebhookArgs

Webhook holds the configuration of the webhook

Inheritance
System.Object
InputArgs
ResourceArgs
WebhookArgs
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 WebhookArgs : ResourceArgs

Properties

View Source

ClientConfig

ClientConfig holds the connection parameters for the webhook required

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

Throttle

Throttle holds the options for throttling the webhook

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