Class ClusterAlterGroupRecipientGetArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterAlterGroupRecipientGetArgs : ResourceArgs
Constructors
View SourceClusterAlterGroupRecipientGetArgs()
Declaration
public ClusterAlterGroupRecipientGetArgs()
Properties
View SourceDefaultRecipient
Use notifier default recipient, overriding recipient argument if set. Default: false (bool)
Declaration
public Input<bool> DefaultRecipient { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NotifierId
Recipient notifier ID (string)
Declaration
public Input<string> NotifierId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotifierType
Recipient notifier ID. Supported values : "pagerduty" | "slack" | "email" | "webhook" | "wechat" (string)
Declaration
public Input<string> NotifierType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recipient
Recipient (string)
Declaration
public Input<string> Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |