Class ProjectAlertGroupState
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 ProjectAlertGroupState : ResourceArgs
Constructors
View SourceProjectAlertGroupState()
Declaration
public ProjectAlertGroupState()
Properties
View SourceAnnotations
The project alert group annotations (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Description
The project alert group description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupIntervalSeconds
The project alert group interval seconds. Default: 180 (int)
Declaration
public Input<int> GroupIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
GroupWaitSeconds
The project alert group wait seconds. Default: 180 (int)
Declaration
public Input<int> GroupWaitSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Labels
The project alert group labels (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The project alert group name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The project id where create project alert group (string)
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Recipients
The project alert group recipients (list)
Declaration
public InputList<ProjectAlertGroupRecipientGetArgs> Recipients { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ProjectAlertGroupRecipientGetArgs> |
RepeatIntervalSeconds
The project alert group wait seconds. Default: 3600 (int)
Declaration
public Input<int> RepeatIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |