Show / Hide Table of Contents

Class ServiceScheduledActionArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceScheduledActionArgs
Inherited Members
Pulumi.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.Pagerduty.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceScheduledActionArgs : ResourceArgs

Constructors

View Source

ServiceScheduledActionArgs()

Declaration
public ServiceScheduledActionArgs()

Properties

View Source

Ats

A block representing when the scheduled action will occur.

Declaration
public InputList<ServiceScheduledActionAtArgs> Ats { get; set; }
Property Value
Type Description
Pulumi.InputList<ServiceScheduledActionAtArgs>
View Source

ToUrgency

The urgency to change to: low (does not escalate), or high (follows escalation rules).

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

Type

The type of scheduled action. Currently, this must be set to urgency_change.

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