Class ApplicationSettingsArgs
Inherited Members
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.NewRelic.Plugins
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class ApplicationSettingsArgs : ResourceArgs
Constructors
View SourceApplicationSettingsArgs()
Declaration
public ApplicationSettingsArgs()
Properties
View SourceAppApdexThreshold
The appex threshold for the New Relic application.
Declaration
public Input<double> AppApdexThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
EnableRealUserMonitoring
Enable or disable real user monitoring for the New Relic application.
Declaration
public Input<bool> EnableRealUserMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EndUserApdexThreshold
The user's apdex threshold for the New Relic application.
Declaration
public Input<double> EndUserApdexThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |
Name
The name of the application in New Relic APM.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |