AWSSQSQueueRedriveAllowPolicy
No description
type AWSSQSQueueRedriveAllowPolicy {
sourceQueueArns: String!
redrivePermission: AWSSQSQueueRedriveAllowPolicyPermissionType!
}
Fields
AWSSQSQueueRedriveAllowPolicy.sourceQueueArns ● String! non-null scalar
The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages
AWSSQSQueueRedriveAllowPolicy.redrivePermission ● AWSSQSQueueRedriveAllowPolicyPermissionType! non-null enum
The permission type that defines which source queues can specify the current queue as the dead-letter queue
Member of
AWSSQSFIFOQueue object ● AWSSQSStandardQueue object