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 container for information about the registered location.

Inheritance Hierarchy

System.Object
  Amazon.S3Control.Model.ListAccessGrantsLocationsEntry

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

Syntax

C#
public class ListAccessGrantsLocationsEntry

The ListAccessGrantsLocationsEntry type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessGrantsLocationArn System.String

Gets and sets the property AccessGrantsLocationArn.

The Amazon Resource Name (ARN) of the registered location.

Public Property AccessGrantsLocationId System.String

Gets and sets the property AccessGrantsLocationId.

The ID of the registered location to which you are granting access. S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the ID default to the default location s3:// and assigns an auto-generated ID to other locations that you register.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time when you registered the location.

Public Property IAMRoleArn System.String

Gets and sets the property IAMRoleArn.

The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location.

Public Property LocationScope System.String

Gets and sets the property LocationScope.

The S3 path to the location that you are registering. The location scope can be the default S3 location s3://, the S3 path to a bucket s3://, or the S3 path to a bucket and prefix s3:///. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with the engineering/ prefix or object key names that start with the marketing/campaigns/ prefix.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5