Show / Hide Table of Contents

Class ProjectAlertGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectAlertGroupArgs
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 ProjectAlertGroupArgs : ResourceArgs

Constructors

View Source

ProjectAlertGroupArgs()

Declaration
public ProjectAlertGroupArgs()

Properties

View Source

Annotations

The project alert group annotations (map)

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

Description

The project alert group description (string)

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

GroupIntervalSeconds

The project alert group interval seconds. Default: 180 (int)

Declaration
public Input<int> GroupIntervalSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

GroupWaitSeconds

The project alert group wait seconds. Default: 180 (int)

Declaration
public Input<int> GroupWaitSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Labels

The project alert group labels (map)

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

Name

The project alert group name (string)

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

ProjectId

The project id where create project alert group (string)

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

Recipients

The project alert group recipients (list)

Declaration
public InputList<ProjectAlertGroupRecipientArgs> Recipients { get; set; }
Property Value
Type Description
InputList<ProjectAlertGroupRecipientArgs>
View Source

RepeatIntervalSeconds

The project alert group wait seconds. Default: 3600 (int)

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