Uses of Enum
software.amazon.awscdk.services.sqs.RedrivePermission
Packages that use RedrivePermission
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of RedrivePermission in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return RedrivePermissionModifier and TypeMethodDescriptiondefault RedrivePermissionRedriveAllowPolicy.getRedrivePermission()Permission settings for source queues that can designate this queue as their dead-letter queue.final RedrivePermissionRedriveAllowPolicy.Jsii$Proxy.getRedrivePermission()static RedrivePermissionReturns the enum constant of this type with the specified name.static RedrivePermission[]RedrivePermission.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.sqs with parameters of type RedrivePermissionModifier and TypeMethodDescriptionRedriveAllowPolicy.Builder.redrivePermission(RedrivePermission redrivePermission) Sets the value ofRedriveAllowPolicy.getRedrivePermission()