Show / Hide Table of Contents

Class AppLimitsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppLimitsGetArgs
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.Aws.Pinpoint.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppLimitsGetArgs : ResourceArgs

Constructors

View Source

AppLimitsGetArgs()

Declaration
public AppLimitsGetArgs()

Properties

View Source

Daily

The maximum number of messages that the campaign can send daily.

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

MaximumDuration

The length of time (in seconds) that the campaign can run before it ends and message deliveries stop. This duration begins at the scheduled start time for the campaign. The minimum value is 60.

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

MessagesPerSecond

The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.

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

Total

The maximum total number of messages that the campaign can send.

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