View source: R/sns_operations.R
sns_set_subscription_attributes | R Documentation |
Allows a subscription owner to set an attribute of the subscription to a new value.
See https://www.paws-r-sdk.com/docs/sns_set_subscription_attributes/ for full documentation.
sns_set_subscription_attributes(
SubscriptionArn,
AttributeName,
AttributeValue = NULL
)
SubscriptionArn |
[required] The ARN of the subscription 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 this action uses:
The following attribute applies only to Amazon Data Firehose delivery stream subscriptions:
|
AttributeValue |
The new value for the attribute in JSON format. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.