Show / Hide Table of Contents

Class IntegrationMetricArgs

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

Constructors

View Source

IntegrationMetricArgs()

Declaration
public IntegrationMetricArgs()

Properties

View Source

AccessKeyId

AWS access key identifier. (Cloudwatch)

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

ApiKey

The API key for the integration service. (Librato)

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

Email

The email address registred for the integration service. (Librato)

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

InstanceId

Instance identifier

Declaration
public Input<int> InstanceId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

LicenseKey

The license key registred for the integration service. (New Relic)

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

Name

The name of metrics integration

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

QueueWhitelist

(optional) whitelist using regular expression

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

Region

AWS region for Cloudwatch and [US/EU] for Data dog/New relic. (Cloudwatch, Data Dog, New Relic)

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

SecretAccessKey

AWS secret key. (Cloudwatch)

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

Tags

(optional) tags. E.g. env=prod,region=europe

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

VhostWhitelist

(optional) whitelist using regular expression

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