public class SNSConstants extends Object
See http://docs.aws.amazon.com/sns/latest/api/API_CreateTopic.html and http://docs.aws.amazon.com/sns/latest/api/API_Publish.html
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_MESSAGE_BYTES
Maximum number of bytes in a for a single message.
|
static String |
TOPIC_ARN_REGEX
Validation regex for a topic ARN.
|
static String |
TOPIC_NAME_REGEX
Validation regex for a topic name.
|
| Constructor and Description |
|---|
SNSConstants() |
public static final String TOPIC_NAME_REGEX
public static final String TOPIC_ARN_REGEX
public static final int MAX_MESSAGE_BYTES
Copyright © 2023. All rights reserved.