Class SmsChannelState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SmsChannelState : ResourceArgs
Constructors
View SourceSmsChannelState()
Declaration
public SmsChannelState()
Properties
View SourceApplicationId
The application ID.
Declaration
public Input<string> ApplicationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
Whether the channel is enabled or disabled. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PromotionalMessagesPerSecond
Promotional messages per second that can be sent.
Declaration
public Input<int> PromotionalMessagesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SenderId
Sender identifier of your messages.
Declaration
public Input<string> SenderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShortCode
The Short Code registered with the phone provider.
Declaration
public Input<string> ShortCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TransactionalMessagesPerSecond
Transactional messages per second that can be sent.
Declaration
public Input<int> TransactionalMessagesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |