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

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 | DisplayName | Policy | KmsMasterKeyId | ContentBasedDeduplication.
const AAttributeValue: string
The new value for the attribute.
ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic for which to set attributes on.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.