AWSSQSQueueRedriveAllowPolicyPermissionType
No description
enum AWSSQSQueueRedriveAllowPolicyPermissionType {
ALLOW_ALL
DENY_ALL
BY_QUEUE
}
Values
AWSSQSQueueRedriveAllowPolicyPermissionType.ALLOW_ALL
Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue. This is the default value.
AWSSQSQueueRedriveAllowPolicyPermissionType.DENY_ALL
No source queues can specify this queue as the dead-letter queue
AWSSQSQueueRedriveAllowPolicyPermissionType.BY_QUEUE
Only queues specified by the sourceQueueArns parameter can specify this queue as the dead-letter queue