View source: R/sns_operations.R
sns_set_topic_attributes | R Documentation |
Allows a topic owner to set an attribute of the topic to a new value.
See https://www.paws-r-sdk.com/docs/sns_set_topic_attributes/ for full documentation.
sns_set_topic_attributes(TopicArn, AttributeName, AttributeValue = NULL)
TopicArn |
[required] The ARN of the topic to modify. |
AttributeName |
[required] A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special
request parameters that the
The \<ENDPOINT\>SuccessFeedbackRoleArn and \<ENDPOINT\>FailureFeedbackRoleArn attributes are used to give Amazon SNS write access to use CloudWatch Logs on your behalf. The \<ENDPOINT\>SuccessFeedbackSampleRate attribute is for specifying the sample rate percentage (0-100) of successfully delivered messages. After you configure the \<ENDPOINT\>FailureFeedbackRoleArn attribute, then all failed message deliveries generate CloudWatch Logs. The following attribute applies only to server-side-encryption:
The following attribute applies only to FIFO topics:
|
AttributeValue |
The new value for the attribute. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.