Class AppLimitsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AppLimitsGetArgs : ResourceArgs
Constructors
View SourceAppLimitsGetArgs()
Declaration
public AppLimitsGetArgs()
Properties
View SourceDaily
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> |
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> |
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> |
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> |