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.

An access point used to access a bucket.

Inheritance Hierarchy

System.Object
  Amazon.S3Control.Model.AccessPoint

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

Syntax

C#
public class AccessPoint

The AccessPoint type exposes the following members

Constructors

NameDescription
Public Method AccessPoint()

Properties

NameTypeDescription
Public Property AccessPointArn System.String

Gets and sets the property AccessPointArn.

The ARN for the access point.

Public Property Alias System.String

Gets and sets the property Alias.

The name or alias of the access point.

Public Property Bucket System.String

Gets and sets the property Bucket.

The name of the bucket associated with this access point.

Public Property BucketAccountId System.String

Gets and sets the property BucketAccountId.

The Amazon Web Services account ID associated with the S3 bucket associated with this access point.

Public Property Name System.String

Gets and sets the property Name.

The name of this access point.

Public Property NetworkOrigin Amazon.S3Control.NetworkOrigin

Gets and sets the property NetworkOrigin.

Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.

Public Property VpcConfiguration Amazon.S3Control.Model.VpcConfiguration

Gets and sets the property VpcConfiguration.

The virtual private cloud (VPC) configuration for this access point, if one exists.

This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services services.

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