Class RedriveAllowPolicyArgs


  • public final class RedriveAllowPolicyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • queueUrl

        public com.pulumi.core.Output<java.lang.String> queueUrl()
        Returns:
        The URL of the SQS Queue to which to attach the policy
      • redriveAllowPolicy

        public com.pulumi.core.Output<java.lang.String> redriveAllowPolicy()
        Returns:
        The JSON redrive allow policy for the SQS queue. Learn more in the [Amazon SQS dead-letter queues documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html).