AWS.SNS.ISNSGetSubscriptionAttributesResponse.Attributes

Dictionary of subscription 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:

  • ConfirmationWasAuthenticated - true if the subscription confirmation was authenticated.
  • DeliveryPolicy - JSON serialized delivery policy. EffectiveDeliveryPolicy JSON serialized effective delivery policy that takes into account the topic delivery policy and account system defaults.
  • FilterPolicy - JSON serialized filter policy that is assigned to the subscription.
  • Owner - The AWS Account ID number that owns the subscription.
  • PendingConfirmation - true if the subscriptions hasn't been confirmed.
  • RawMessageDelivery - true if raw message delivery is enabled for the subscription. Raw messages are free of JSON formatting and can be sent to HTTP/S and Amazon SQS endpoints.
  • RedrivePolicy - JSON serialized policy for sending undeliverable messages to a specified Amazon SQS dead-letter queue.
  • SubscriptionArn - The Amazon Resource Name (ARN) of the subscription.
  • TopicArn - The Amazon Resource Name (ARN) of the topic that the subscription is associated.
  • SubscriptionRoleArn - The Amazon Resource Name (ARN) of an IAM role that has permission to write to Kinesis Data Firehose delivery stream and trusts Amazon SNS. Only required for Kinesis Data Firehose delivery stream subscriptions.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.