Skip to main content

TSNSSetTopicAttributesRequest

Class in AWS.SNS

SetTopicAttributes request class.

Ancestors

Properties

AttributeName

property AttributeName: string

AttributeValue

property AttributeValue: string

TopicArn

property TopicArn: TARN

Constructors

Create

constructor Create(const AAttributeName, AAttributeValue: string; ATopicArn: TARN);

Constructor for TSNSSetTopicAttributesRequest.

Parameters

NameDescription
AAttributeNameThe attribute name to set. Valid values include:||||.
AAttributeValueThe new value for the attribute.
ATopicArnThe Amazon Resource Name (ARN) of the topic for which to set attributes on.