Show / Hide Table of Contents

Class SmsPreferencesArgs

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

Constructors

View Source

SmsPreferencesArgs()

Declaration
public SmsPreferencesArgs()

Properties

View Source

DefaultSenderId

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

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

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

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.