Skip to main content

ISNSGetTopicAttributesResponse

Interface in AWS.SNS

Interface for GetTopicAttributes responses.

Ancestors

Properties

Attributes

property Attributes: TDictionary

Dictionary of topic attributes.

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.