Show / Hide Table of Contents

Class ProviderArgs

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

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

ApiKey

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

ApiUrl

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

CacertFile

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

InfraApiUrl

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

InfrastructureApiUrl

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

InsecureSkipVerify

Declaration
public Input<bool> InsecureSkipVerify { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

InsightsAccountId

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

InsightsInsertKey

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

InsightsInsertUrl

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

InsightsQueryKey

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

InsightsQueryUrl

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

NerdgraphApiUrl

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

PersonalApiKey

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

SyntheticsApiUrl

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