AWS.SNS.TSNSSetSubscriptionAttributesRequest.Create
constructor Create(const AAttributeName: string; const AAttributeValue: string; ASubscriptionArn: TARN);
__fastcall TSNSSetSubscriptionAttributesRequest(const AnsiString AAttributeName, const AnsiString AAttributeValue, TARN ASubscriptionArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AAttributeName: string
The attribute name to set. Valid values include: DeliveryPolicy | FilterPolicy | RawMessageDelivery | RedrivePolicy | SubscriptionRoleArn.
const AAttributeValue: string
The new value for the attribute.
ASubscriptionArn: TARN
The Amazon Resource Name (ARN) of the subscription for which to set attributes.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.