Class SmsPreferencesArgs
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.Sns
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SmsPreferencesArgs : ResourceArgs
Constructors
View SourceSmsPreferencesArgs()
Declaration
public SmsPreferencesArgs()
Properties
View SourceDefaultSenderId
A string, such as your business brand, that is displayed as the sender on the receiving device.
Declaration
public Input<string> DefaultSenderId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultSmsType
The type of SMS message that you will send by default. Possible values are: Promotional, Transactional
Declaration
public Input<string> DefaultSmsType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeliveryStatusIamRoleArn
The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs.
Declaration
public Input<string> DeliveryStatusIamRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeliveryStatusSuccessSamplingRate
The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value must be between 0 and 100.
Declaration
public Input<string> DeliveryStatusSuccessSamplingRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MonthlySpendLimit
The maximum amount in USD that you are willing to spend each month to send SMS messages.
Declaration
public Input<string> MonthlySpendLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UsageReportS3Bucket
The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.
Declaration
public Input<string> UsageReportS3Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |