AddPermissionInput

public struct AddPermissionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The action you want to allow for the specified principal(s). Valid values: Any Amazon SNS action name, for example Publish.

    Declaration

    Swift

    public let actionName: [String]
  • The AWS account IDs of the users (principals) who will be given access to the specified actions. The users must have AWS accounts, but do not need to be signed up for this service.

    Declaration

    Swift

    public let aWSAccountId: [String]
  • A unique identifier for the new policy statement.

    Declaration

    Swift

    public let label: String
  • The ARN of the topic whose access control policy you wish to modify.

    Declaration

    Swift

    public let topicArn: String
  • Undocumented

    Declaration

    Swift

    public init(actionName: [String], aWSAccountId: [String], label: String, topicArn: String)