Add permission
async_boto.validation.sqs.add_permission
AddPermissionRequest
Bases: BaseModel
The request accepts the following data in JSON format.
| ATTRIBUTE | DESCRIPTION |
|---|---|
Actions |
The action the client wants to allow for the specified principal.
TYPE:
|
AWSAccountIds |
The AWS account numbers of the principals who are to receive permission.
TYPE:
|
Label |
The unique identification of the permission you're setting.
TYPE:
|
QueueUrl |
The URL of the Amazon SQS queue to which permissions are added.
TYPE:
|
Actions
instance-attribute
Actions
AWSAccountIds
instance-attribute
AWSAccountIds
Label
instance-attribute
Label
QueueUrl
instance-attribute
QueueUrl
AddPermissionResponse
Bases: BaseModel
Represents an empty HTTP body for a successful AddPermission action response.