Show / Hide Table of Contents

Class ServiceIntegrationArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceIntegrationArgs
Inherited Members
Pulumi.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.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceIntegrationArgs : ResourceArgs

Constructors

View Source

ServiceIntegrationArgs()

Declaration
public ServiceIntegrationArgs()

Properties

View Source

IntegrationEmail

This is the unique fully-qualified email address used for routing emails to this integration for processing.

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

IntegrationKey

This is the unique key used to route events to this integration when received via the PagerDuty Events API.

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

Name

The name of the service integration.

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

Service

The ID of the service the integration should belong to.

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

Type

The service type. Can be: aws_cloudwatch_inbound_integration, cloudkick_inbound_integration, event_transformer_api_inbound_integration, events_api_v2_inbound_integration (requires service alert_creation to be create_alerts_and_incidents), generic_email_inbound_integration, generic_events_api_inbound_integration, keynote_inbound_integration, nagios_inbound_integration, pingdom_inbound_integrationor sql_monitor_inbound_integration.

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

Vendor

The ID of the vendor the integration should integrate with (e.g Datadog or Amazon Cloudwatch).

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