SmsPreferences

class SmsPreferences : KotlinCustomResource

Provides a way to set SNS SMS preferences.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.sns.SmsPreferences;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var updateSmsPrefs = new SmsPreferences("updateSmsPrefs");
}
}

Properties

Link copied to clipboard
val defaultSenderId: Output<String>?

A string, such as your business brand, that is displayed as the sender on the receiving device.

Link copied to clipboard
val defaultSmsType: Output<String>?

The type of SMS message that you will send by default. Possible values are: Promotional, Transactional

Link copied to clipboard

The ARN of the IAM role that allows Amazon SNS to write logs about SMS deliveries in CloudWatch Logs.

Link copied to clipboard

The percentage of successful SMS deliveries for which Amazon SNS will write logs in CloudWatch Logs. The value must be between 0 and 100.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val monthlySpendLimit: Output<Int>

The maximum amount in USD that you are willing to spend each month to send SMS messages.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The name of the Amazon S3 bucket to receive daily SMS usage reports from Amazon SNS.