SetTopicAttributesInput

public struct SetTopicAttributesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. DisplayName – The display name to use for a topic with SMS subscriptions. Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic. The following attribute applies only to server-side-encryption: KmsMasterKeyId - The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the AWS Key Management Service API Reference.

    Declaration

    Swift

    public let attributeName: String
  • The new value for the attribute.

    Declaration

    Swift

    public let attributeValue: String?
  • The ARN of the topic to modify.

    Declaration

    Swift

    public let topicArn: String
  • Undocumented

    Declaration

    Swift

    public init(attributeName: String, attributeValue: String? = nil, topicArn: String)