Class AddonArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
AddonArgs
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 AddonArgs : ResourceArgs
Constructors
View SourceAddonArgs()
Declaration
public AddonArgs()
Properties
View SourceName
The name of the add-on.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Src
The source URL to display in a frame in the PagerDuty UI. HTTPS is required.
Declaration
public Input<string> Src { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |