AWS SDK for .NET Documentation
Attributes Property
AmazonAmazon.SimpleNotificationService.ModelGetPlatformApplicationAttributesResultAttributes Did this page help you?   Yes   No    Tell us about it...
Gets or sets the collection of platform application attributes.
Declaration Syntax
C#
public List<PlatformApplicationAttribute> Attributes { get; set; }
Value
The platform application attributes.
Remarks

Attributes include the following:

  • CopyC#
    EventEndpointCreated
    -- Topic ARN to which EndpointCreated event notifications should be sent.
  • CopyC#
    EventEndpointDeleted
    -- Topic ARN to which EndpointDeleted event notifications should be sent.
  • CopyC#
    EventEndpointUpdated
    -- Topic ARN to which EndpointUpdate event notifications should be sent.
  • CopyC#
    EventDeliveryFailure
    -- Topic ARN to which DeliveryFailure event notifications should be sent upon Direct Publish delivery failure (permanent) to one of the application's endpoints.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)