AWSSNSSetSubscriptionAttributesInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSSNSModel.h AWSSNSModel.m |
Overview
Input for SetSubscriptionAttributes action.
Required parameters: [SubscriptionArn, AttributeName]
attributeName
A map of attributes with their corresponding values.
The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes
action uses:
DeliveryPolicy
– The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints.FilterPolicy
– The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic.RawMessageDelivery
– When set totrue
, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata.
@property (nonatomic, strong) NSString *attributeName
Declared In
AWSSNSModel.h
attributeValue
The new value for the attribute in JSON format.
@property (nonatomic, strong) NSString *attributeValue
Declared In
AWSSNSModel.h
subscriptionArn
The ARN of the subscription to modify.
@property (nonatomic, strong) NSString *subscriptionArn
Declared In
AWSSNSModel.h