Class ProviderArgs
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.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceApiKey
Declaration
public Input<string> ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiUrl
Declaration
public Input<string> ApiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AppKey
Declaration
public Input<string> AppKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |