Class BudgetNotification
Inheritance
System.Object
BudgetNotification
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.Aws.Budgets.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BudgetNotification
Fields
View SourceComparisonOperator
(Required) Comparison operator to use to evaluate the condition. Can be LESS_THAN, EQUAL_TO or GREATER_THAN.
Declaration
public readonly string ComparisonOperator
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationType
(Required) What kind of budget value to notify on. Can be ACTUAL or FORECASTED
Declaration
public readonly string NotificationType
Field Value
| Type | Description |
|---|---|
| System.String |
SubscriberEmailAddresses
(Optional) E-Mail addresses to notify. Either this or subscriber_sns_topic_arns is required.
Declaration
public readonly ImmutableArray<string> SubscriberEmailAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SubscriberSnsTopicArns
(Optional) SNS topics to notify. Either this or subscriber_email_addresses is required.
Declaration
public readonly ImmutableArray<string> SubscriberSnsTopicArns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Threshold
(Required) Threshold when the notification should be sent.
Declaration
public readonly double Threshold
Field Value
| Type | Description |
|---|---|
| System.Double |
ThresholdType
(Required) What kind of threshold is defined. Can be PERCENTAGE OR ABSOLUTE_VALUE.
Declaration
public readonly string ThresholdType
Field Value
| Type | Description |
|---|---|
| System.String |