Class NotifierArgs
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NotifierArgs : ResourceArgs
Constructors
View SourceNotifierArgs()
Declaration
public NotifierArgs()
Properties
View SourceAnnotations
Annotations for notifier object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ClusterId
The cluster id where create notifier (string)
Declaration
public Input<string> ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The notifier description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels for notifier object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the notifier (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PagerdutyConfig
Pagerduty config for notifier (list maxitems:1)
Declaration
public Input<NotifierPagerdutyConfigArgs> PagerdutyConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierPagerdutyConfigArgs> |
SendResolved
= (Optional) Enable the notifier to send resolved notifications. Default false (bool)
Declaration
public Input<bool> SendResolved { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SlackConfig
Slack config for notifier (list maxitems:1)
Declaration
public Input<NotifierSlackConfigArgs> SlackConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierSlackConfigArgs> |
SmtpConfig
SMTP config for notifier (list maxitems:1)
Declaration
public Input<NotifierSmtpConfigArgs> SmtpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierSmtpConfigArgs> |
WebhookConfig
Webhook config for notifier (list maxitems:1)
Declaration
public Input<NotifierWebhookConfigArgs> WebhookConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierWebhookConfigArgs> |
WechatConfig
Wechat config for notifier (list maxitems:1)
Declaration
public Input<NotifierWechatConfigArgs> WechatConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierWechatConfigArgs> |