Show / Hide Table of Contents

Class IntegrationState

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationState
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.Datadog.PagerDuty
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationState : ResourceArgs

Constructors

View Source

IntegrationState()

Declaration
public IntegrationState()

Properties

View Source

ApiToken

Your PagerDuty API token.

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

IndividualServices

Boolean to specify whether or not individual service objects specified by datadog.pagerduty.ServiceObject resource are to be used. Mutually exclusive with services key.

Declaration
public Input<bool> IndividualServices { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Schedules

Array of your schedule URLs.

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

Services

Array of PagerDuty service objects. Deprecated The services list is now deprecated in favour of datadog.pagerduty.ServiceObject resource. Note that individual_services must be set to true to ignore the service attribute and use individual services properly.

Declaration
[Obsolete("set \"individual_services\" to true and use datadog_pagerduty_integration_service_object")]
public InputList<IntegrationServiceGetArgs> Services { get; set; }
Property Value
Type Description
InputList<IntegrationServiceGetArgs>
View Source

Subdomain

Your PagerDuty account’s personalized subdomain name.

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