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.Aws
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationArgs : ResourceArgs

Constructors

View Source

IntegrationArgs()

Declaration
public IntegrationArgs()

Properties

View Source

AccountId

Your AWS Account ID without dashes.

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

AccountSpecificNamespaceRules

Enables or disables metric collection for specific AWS namespaces for this AWS account only. A list of namespaces can be found at the available namespace rules API endpoint.

Declaration
public InputMap<object> AccountSpecificNamespaceRules { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

FilterTags

Array of EC2 tags (in the form key:value) defines a filter that Datadog use when collecting metrics from EC2. Wildcards, such as ? (for single characters) and * (for multiple characters) can also be used.

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

HostTags

Array of tags (in the form key:value) to add to all hosts and metrics reporting through this integration.

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

RoleName

Your Datadog role delegation name.

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