Class IntegrationState
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.Datadog.PagerDuty
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationState : ResourceArgs
Constructors
View SourceIntegrationState()
Declaration
public IntegrationState()
Properties
View SourceApiToken
Your PagerDuty API token.
Declaration
public Input<string> ApiToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Schedules
Array of your schedule URLs.
Declaration
public InputList<string> Schedules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
Subdomain
Your PagerDuty account’s personalized subdomain name.
Declaration
public Input<string> Subdomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |