From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Amazon::SQS::Model::CreateQueueRequest

SYNOPSIS

my $request = new Amazon::SQS::Model::CreateQueueRequest(
{
QueueName => $queue_name,
DefaultVisibilityTime => $timeout
}
);
$service->createQueue( $request );

DESCRIPTION

Implements a class that represents a request used to create a new SQS queue.

METHODS

new

new( options )
options

Hash reference containing the options listed below.

QueueName

The name of the queue that you created.

DefaultVisibilityTimeout

The amount of time (in seconds) that a message received from a queue will be invisible to other receiving components when they ask to receive messages.

Attribute

Amazon::SQS::Model::Attribute

SEE ALSO

Amazon::SQS::Client

AUTHOR

Elena@AWS