Class ServiceIntegrationState
Inheritance
Inherited Members
Namespace: Pulumi.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceIntegrationState : ResourceArgs
Constructors
View SourceServiceIntegrationState()
Declaration
public ServiceIntegrationState()
Properties
View SourceHtmlUrl
URL at which the entity is uniquely displayed in the Web app
Declaration
public Input<string> HtmlUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
Name
The name of the service integration.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
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> |