Show / Hide Table of Contents

Class CfnBudgetsActionPropsMixin.SubscriberProperty

The subscriber to a budget notification.

Inheritance
object
CfnBudgetsActionPropsMixin.SubscriberProperty
Implements
CfnBudgetsActionPropsMixin.ISubscriberProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Budgets.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBudgetsActionPropsMixin.SubscriberProperty : CfnBudgetsActionPropsMixin.ISubscriberProperty
Syntax (vb)
Public Class CfnBudgetsActionPropsMixin.SubscriberProperty Implements CfnBudgetsActionPropsMixin.ISubscriberProperty
Remarks

The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

For example, an email subscriber has the following parameters:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-subscriber.html

    ExampleMetadata: fixture=_generated

    Examples
    // The code below shows an example of how to instantiate this type.
                 // The values are placeholders you should change.
                 using Amazon.CDK.Mixins.Preview.AWS.Budgets.Mixins;
    
                 var subscriberProperty = new SubscriberProperty {
                     Address = "address",
                     Type = "type"
                 };

    Synopsis

    Constructors

    SubscriberProperty()

    The subscriber to a budget notification.

    Properties

    Address

    The address that AWS sends budget notifications to, either an SNS topic or an email.

    Type

    The type of notification that AWS sends to a subscriber.

    Constructors

    SubscriberProperty()

    The subscriber to a budget notification.

    public SubscriberProperty()
    Remarks

    The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

    For example, an email subscriber has the following parameters:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-subscriber.html

      ExampleMetadata: fixture=_generated

      Examples
      // The code below shows an example of how to instantiate this type.
                   // The values are placeholders you should change.
                   using Amazon.CDK.Mixins.Preview.AWS.Budgets.Mixins;
      
                   var subscriberProperty = new SubscriberProperty {
                       Address = "address",
                       Type = "type"
                   };

      Properties

      Address

      The address that AWS sends budget notifications to, either an SNS topic or an email.

      public string? Address { get; set; }
      Property Value

      string

      Remarks

      When you create a subscriber, the value of Address can't contain line breaks.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-subscriber.html#cfn-budgets-budgetsaction-subscriber-address

      Type

      The type of notification that AWS sends to a subscriber.

      public string? Type { get; set; }
      Property Value

      string

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-subscriber.html#cfn-budgets-budgetsaction-subscriber-type

      Implements

      CfnBudgetsActionPropsMixin.ISubscriberProperty
      Back to top Generated by DocFX