AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is a utility method which updates the policy of a queue to allow the S3 bucket to publish events to it.

Namespace: Amazon.SQS
Assembly: AWSSDK.SQS.dll
Version: 3.x.y.z

Syntax

C#
public virtual String AuthorizeS3ToSendMessage(
         String queueUrl,
         String bucket
)

Parameters

queueUrl
Type: System.String

The queue that will have its policy updated.

bucket
Type: System.String

The bucket that will be given access to send messages from.

Return Value


Type: String
The ARN for the SQS queue. This can be used when setting up the S3 bucket notification.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5