Skip to content

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: List[str]

AWSAccountIds

The AWS account numbers of the principals who are to receive permission.

TYPE: List[str]

Label

The unique identification of the permission you're setting.

TYPE: str

QueueUrl

The URL of the Amazon SQS queue to which permissions are added.

TYPE: str

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.