AWS SDK Version 2 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.

.NET Framework 4.5
 
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.dll
Version: (assembly version)

Syntax

C#
public abstract 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: System.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