Show / Hide Table of Contents

Class IntegrationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationArgs
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.Datadog.Gcp
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationArgs : ResourceArgs

Constructors

View Source

IntegrationArgs()

Declaration
public IntegrationArgs()

Properties

View Source

ClientEmail

Your email found in your JSON service account key.

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

ClientId

Your ID found in your JSON service account key.

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

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.