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.Aws
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class IntegrationArgs : ResourceArgs
Constructors
View SourceIntegrationArgs()
Declaration
public IntegrationArgs()
Properties
View SourceAccountId
Your AWS Account ID without dashes.
Declaration
public Input<string> AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
RoleName
Your Datadog role delegation name.
Declaration
public Input<string> RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |