Show / Hide Table of Contents

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 Source

ComparisonOperator

(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
View Source

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
View Source

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>
View Source

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>
View Source

Threshold

(Required) Threshold when the notification should be sent.

Declaration
public readonly double Threshold
Field Value
Type Description
System.Double
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.