Show / Hide Table of Contents

Class IntegrationState

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationState
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 IntegrationState : ResourceArgs

Constructors

View Source

IntegrationState()

Declaration
public IntegrationState()

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.