Class IntegrationArgs
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.Gcp
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationArgs : ResourceArgs
Constructors
View SourceIntegrationArgs()
Declaration
public IntegrationArgs()
Properties
View SourceClientEmail
Your email found in your JSON service account key.
Declaration
public Input<string> ClientEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
Your ID found in your JSON service account key.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostFilters
Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog.
Declaration
public Input<string> HostFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKey
Your private key name found in your JSON service account key.
Declaration
public Input<string> PrivateKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKeyId
Your private key ID found in your JSON service account key.
Declaration
public Input<string> PrivateKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
Your Google Cloud project ID found in your JSON service account key.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |