Show / Hide Table of Contents

Class NotifierState

Inheritance
System.Object
InputArgs
ResourceArgs
NotifierState
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NotifierState : ResourceArgs

Constructors

View Source

NotifierState()

Declaration
public NotifierState()

Properties

View Source

Annotations

Annotations for notifier object (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

The cluster id where create notifier (string)

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The notifier description (string)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels for notifier object (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the notifier (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PagerdutyConfig

Pagerduty config for notifier (list maxitems:1)

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

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>
View Source

SlackConfig

Slack config for notifier (list maxitems:1)

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

SmtpConfig

SMTP config for notifier (list maxitems:1)

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

WebhookConfig

Webhook config for notifier (list maxitems:1)

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

WechatConfig

Wechat config for notifier (list maxitems:1)

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