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.

A factory for creating resources to be used in the policy.

Inheritance Hierarchy

System.Object
  Amazon.Auth.AccessControlPolicy.ResourceFactory

Namespace: Amazon.Auth.AccessControlPolicy
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public static class ResourceFactory

The ResourceFactory type exposes the following members

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method Static Method NewS3BucketResource(string)

Constructs a new bucket resource that represents the the specified bucket but not any of the contained objects.

Public Method Static Method NewS3ObjectResource(string, string)

Constructs a new object resource that represents the specified objects. The keyPattern argument may contain the '*' wildcard to match multiple objects. For example, an object resource created for bucket 'mybucket' and key pattern 'foo*' will match any object stored in 'mybucket' with a key that starts with 'foo'.

Public Method Static Method NewSQSQueueResource(string, string)

Constructs a new SQS queue resource for an access control policy. A policy statement using this resource will allow or deny actions on the specified queue.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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