Show / Hide Table of Contents

Class Integration

Inheritance
System.Object
Resource
CustomResource
Integration
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Integration : CustomResource

Constructors

View Source

Integration(String, IntegrationArgs, CustomResourceOptions)

Create a Integration resource with the given unique name, arguments, and options.

Declaration
public Integration(string name, IntegrationArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

IntegrationArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

ApiToken

Your PagerDuty API token.

Declaration
public Output<string> ApiToken { get; }
Property Value
Type Description
Output<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 Output<bool?> IndividualServices { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

Schedules

Array of your schedule URLs.

Declaration
public Output<ImmutableArray<string>> Schedules { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<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
public Output<ImmutableArray<IntegrationService>> Services { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<IntegrationService>>
View Source

Subdomain

Your PagerDuty account’s personalized subdomain name.

Declaration
public Output<string> Subdomain { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, IntegrationState, CustomResourceOptions)

Get an existing Integration resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Integration Get(string name, Input<string> id, IntegrationState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

IntegrationState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Integration
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.