sns_set_subscription_attributes {paws.application.integration} | R Documentation |
Allows a subscription owner to set an attribute of the subscription to a new value
Description
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.
Usage
sns_set_subscription_attributes(
SubscriptionArn,
AttributeName,
AttributeValue = NULL
)
Arguments
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 Kinesis Data Firehose delivery stream subscriptions:
|
AttributeValue |
The new value for the attribute in JSON format. |