Show / Hide Table of Contents

Class ServiceScheduledAction

Inheritance
System.Object
ServiceScheduledAction
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.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceScheduledAction

Fields

View Source

Ats

A block representing when the scheduled action will occur.

Declaration
public readonly ImmutableArray<ServiceScheduledActionAt> Ats
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ServiceScheduledActionAt>
View Source

ToUrgency

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

Declaration
public readonly string ToUrgency
Field Value
Type Description
System.String
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.