Package-level declarations
Types
Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications. This resource allows you to create, configure, and manage an SQS queue, which acts as a reliable message buffer between producers and consumers. With support for standard and FIFO queues, SQS ensures secure, scalable, and asynchronous message processing. Use this resource to define queue attributes, configure access policies, and integrate seamlessly with AWS services like Lambda, SNS, and EC2. !> AWS will hang indefinitely, leading to a timeout while waiting
error, when creating or updating an aws.sqs.Queue
with an associated aws.sqs.QueuePolicy
if Version = "2012-10-17"
is not explicitly set in the policy.
Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications. This resource allows you to create, configure, and manage an SQS queue, which acts as a reliable message buffer between producers and consumers. With support for standard and FIFO queues, SQS ensures secure, scalable, and asynchronous message processing. Use this resource to define queue attributes, configure access policies, and integrate seamlessly with AWS services like Lambda, SNS, and EC2. !> AWS will hang indefinitely, leading to a timeout while waiting
error, when creating or updating an aws.sqs.Queue
with an associated aws.sqs.QueuePolicy
if Version = "2012-10-17"
is not explicitly set in the policy.
Builder for QueueArgs.
Allows you to set a policy of an SQS Queue while referencing the ARN of the queue within the policy. !> AWS will hang indefinitely when creating or updating an aws.sqs.Queue
with an associated policy if Version = "2012-10-17"
is not explicitly set in the policy. See below for an example of how to avoid this issue.
Allows you to set a policy of an SQS Queue while referencing the ARN of the queue within the policy. !> AWS will hang indefinitely when creating or updating an aws.sqs.Queue
with an associated policy if Version = "2012-10-17"
is not explicitly set in the policy. See below for an example of how to avoid this issue.
Builder for QueuePolicyArgs.
Builder for QueuePolicy.
Builder for Queue.
Provides a SQS Queue Redrive Allow Policy resource.
Provides a SQS Queue Redrive Allow Policy resource.
Builder for RedriveAllowPolicyArgs.
Builder for RedriveAllowPolicy.
Allows you to set a redrive policy of an SQS Queue while referencing ARN of the dead letter queue inside the redrive policy. This is useful when you want to set a dedicated dead letter queue for a standard or FIFO queue, but need the dead letter queue to exist before setting the redrive policy.
Allows you to set a redrive policy of an SQS Queue while referencing ARN of the dead letter queue inside the redrive policy. This is useful when you want to set a dedicated dead letter queue for a standard or FIFO queue, but need the dead letter queue to exist before setting the redrive policy.
Builder for RedrivePolicyArgs.
Builder for RedrivePolicy.