AWS.SNS.ISNSGetTopicAttributesResponse.Attributes

Dictionary of topic attributes.

property Attributes: TDictionary<string, string>;
__property TDictionary<string, string> Attributes;

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Attributes include:

  • DeliveryPolicy - JSON serialized delivery policy.
  • DisplayName - The human-readable name used in the From field for notifications to email and email-json endpoints. EffectiveDeliveryPolicy JSON serialized effective delivery policy that takes into account the account system defaults.
  • Policy - JSON serialized access control policy for the topic.
  • Owner - The AWS Account ID number that owns the topic.
  • SubscriptionsConfirmed - The number of subscriptions confirmed.
  • SubscriptionsDeleted - The number of subscriptions deleted.
  • SubscriptionsPending - The number of subscriptions pending.
  • TopicArn - The Amazon Resource Name (ARN) of the topic.
  • KmsMasterKeyId - The ID of an AWS managed Customer Master Key (CMK) for Amazon SNS or a custom CMK.
  • FifoTopic - Indicates if topic is a FIFO topic.
  • ContentBasedDeduplication - Indicates if content-based deduplication is enabled for the topic. Only applies to FIFO queues.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.