Class AppLimits
Inheritance
System.Object
AppLimits
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.Pinpoint.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppLimits
Fields
View SourceDaily
The maximum number of messages that the campaign can send daily.
Declaration
public readonly int? Daily
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 readonly int? MaximumDuration
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MessagesPerSecond
The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.
Declaration
public readonly int? MessagesPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Total
The maximum total number of messages that the campaign can send.
Declaration
public readonly int? Total
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |