Actions limit a policy statement to specific service operations that are being allowed or denied by the policy statement. For example, you might want to allow any AWS user to post messages to your SQS queue using the SendMessage action, but you don't want to allow those users other actions such as ReceiveMessage or DeleteQueue. @param actions The list of actions to which this statement applies. @return The updated Statement object so that additional method calls canbe chained together.
|
|
|
|
|
|