Class Integration
Inherited Members
Namespace: Pulumi.Datadog.PagerDuty
Assembly: Pulumi.Datadog.dll
Syntax
public class Integration : CustomResource
Constructors
View SourceIntegration(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 SourceApiToken
Your PagerDuty API token.
Declaration
public Output<string> ApiToken { get; }
Property Value
| Type | Description |
|---|---|
| Output<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 Output<bool?> IndividualServices { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
Schedules
Array of your schedule URLs.
Declaration
public Output<ImmutableArray<string>> Schedules { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<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
public Output<ImmutableArray<IntegrationService>> Services { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<IntegrationService>> |
Subdomain
Your PagerDuty account’s personalized subdomain name.
Declaration
public Output<string> Subdomain { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(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 |