Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SNSTopic Type

This provides details about the topic.

Remarks

The fields below provide details about the topic.

Fields

AccessPolicy
String

This field holds the JSON serialized access control policy for the topic.

Note: This field is only applicable after calling GetTopicAttributes.

DeliveryPolicy
String

The JSON serialized policy for the topic.

Note: This field is only applicable after calling GetTopicAttributes.

DisplayName
String

This field holds the name used in the 'From' field for email based endpoints.

Note: This field is only applicable after calling GetTopicAttributes.

EffectiveDeliveryPolicy
String

This field holds the JSON serialization of the topic's effective delivery policy. This policy takes into account the topic and account defaults.

Note: This field is only applicable after calling GetTopicAttributes.

HasAttributes
boolean

This field returns true if the topic attributes are available. A topic's attributes are only returned and parsed after calling GetTopicAttributes. This field serves as an easy way to determine if the topic's attributes are available.

The following fields are applicable after calling GetTopicAttributes:

  • DeliveryPolicy
  • DisplayName
  • EffectiveDeliveryPolicy
  • Owner
  • AccessPolicy
  • SubscriptionsConfirmed
  • SubscriptionsDeleted
  • SubscriptionsPending
  • TopicArn

The following fields are applicable after calling ListTopics:

  • TopicArn

Owner
String

The AWS account ID of the topic's owner.

Note: This field is only applicable after calling GetTopicAttributes.

SubscriptionsConfirmed
int

The number of confirmed subscriptions to this topic.

Note: This field is only applicable after calling GetTopicAttributes.

SubscriptionsDeleted
int

The number of deleted subscriptions on this topic.

Note: This field is only applicable after calling GetTopicAttributes.

SubscriptionsPending
int

The number of pending subscriptions on this topic.

Note: This field is only applicable after calling GetTopicAttributes.

TopicArn
String

The Amazon Resource Name (ARN) of the topic.

Constructors

public SNSTopic();



public SNSTopic(String topicArn, String owner, String displayName, String accessPolicy, String deliveryPolicy, String effectiveDeliveryPolicy, int subscriptionsPending, int subscriptionsConfirmed, int subscriptionsDeleted, boolean hasAttributes);



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0