Show / Hide Table of Contents

Class SmsChannelState

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

Constructors

View Source

SmsChannelState()

Declaration
public SmsChannelState()

Properties

View Source

ApplicationId

The application ID.

Declaration
public Input<string> ApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

PromotionalMessagesPerSecond

Promotional messages per second that can be sent.

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

SenderId

Sender identifier of your messages.

Declaration
public Input<string> SenderId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ShortCode

The Short Code registered with the phone provider.

Declaration
public Input<string> ShortCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TransactionalMessagesPerSecond

Transactional messages per second that can be sent.

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