Show / Hide Table of Contents

Class ServiceScheduledActionGetArgs

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

Constructors

View Source

ServiceScheduledActionGetArgs()

Declaration
public ServiceScheduledActionGetArgs()

Properties

View Source

Ats

A block representing when the scheduled action will occur.

Declaration
public InputList<ServiceScheduledActionAtGetArgs> Ats { get; set; }
Property Value
Type Description
Pulumi.InputList<ServiceScheduledActionAtGetArgs>
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.