Show / Hide Table of Contents

Class ExtensionArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ExtensionArgs
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 ExtensionArgs : ResourceArgs

Constructors

View Source

ExtensionArgs()

Declaration
public ExtensionArgs()

Properties

View Source

Config

The configuration of the service extension as string containing plain JSON-encoded data.

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

EndpointUrl

The url of the extension.
Note: The endpoint URL is Optional API wise in most cases. But in some cases it is a Required parameter. For example, pagerduty..getExtensionSchema named Generic V2 Webhook doesn't accept pagerduty..Extension with no endpoint_url, but one with named Slack accepts.

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

ExtensionObjects

This is the objects for which the extension applies (An array of service ids).

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

ExtensionSchema

This is the schema for this extension.

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

Name

The name of the service extension.

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

Type

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