Class SQSQueueResource

    • Constructor Detail

      • SQSQueueResource

        public SQSQueueResource​(String accountId,
                                String queueName)
        Constructs a new SQS queue resource for an access control policy. A policy statement using this resource will allow or deny actions on the specified queue.
        Parameters:
        accountId - The AWS account ID of the queue owner.
        queueName - The name of the Amazon SQS queue.