Class IntegrationMetricState
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class IntegrationMetricState : ResourceArgs
Constructors
View SourceIntegrationMetricState()
Declaration
public IntegrationMetricState()
Properties
View SourceAccessKeyId
AWS access key identifier. (Cloudwatch)
Declaration
public Input<string> AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiKey
The API key for the integration service. (Librato)
Declaration
public Input<string> ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email address registred for the integration service. (Librato)
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
Instance identifier
Declaration
public Input<int> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
Name
The name of metrics integration
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
QueueWhitelist
(optional) whitelist using regular expression
Declaration
public Input<string> QueueWhitelist { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
SecretAccessKey
AWS secret key. (Cloudwatch)
Declaration
public Input<string> SecretAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
(optional) tags. E.g. env=prod,region=europe
Declaration
public Input<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VhostWhitelist
(optional) whitelist using regular expression
Declaration
public Input<string> VhostWhitelist { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |