Class NotifierState
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 NotifierState : ResourceArgs
Constructors
View SourceNotifierState()
Declaration
public NotifierState()
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<NotifierPagerdutyConfigGetArgs> PagerdutyConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierPagerdutyConfigGetArgs> |
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<NotifierSlackConfigGetArgs> SlackConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierSlackConfigGetArgs> |
SmtpConfig
SMTP config for notifier (list maxitems:1)
Declaration
public Input<NotifierSmtpConfigGetArgs> SmtpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierSmtpConfigGetArgs> |
WebhookConfig
Webhook config for notifier (list maxitems:1)
Declaration
public Input<NotifierWebhookConfigGetArgs> WebhookConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierWebhookConfigGetArgs> |
WechatConfig
Wechat config for notifier (list maxitems:1)
Declaration
public Input<NotifierWechatConfigGetArgs> WechatConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NotifierWechatConfigGetArgs> |