public AddPermission ( |
||
request | Container for the necessary parameters to execute the AddPermission service method. | |
return | Amazon.SQS.Model.AddPermissionResponse |
When you create a queue, you have full control access rights for the queue. Only you, the owner of the queue, can grant or deny permissions to the queue. For more information about these permissions, see Shared Queues in the Amazon SQS Developer Guide.
AddPermission
writes an Amazon-SQS-generated policy. If you want to write your own policy, use SetQueueAttributes
to upload your policy. For more information about writing your own policy, see Using The Access Policy Language in the Amazon SQS Developer Guide.
Some actions take lists of parameters. These lists are specified using the param.n
notation. Values of n
are integers starting from 1. For example, a parameter list with two elements looks like this:
&Attribute.1=this
&Attribute.2=that
ReceiveMessage
/// returns this error if the maximum number of inflight messages is reached. AddPermission
///
returns this error if the maximum number of permissions for the queue is reached.
///
public AddPermission ( |
||
request | Container for the necessary parameters to execute the AddPermission service method. | |
return | Amazon.SQS.Model.AddPermissionResponse |