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.

The configuration for an Amazon S3 access point or multi-region access point for the bucket. You can propose up to 10 access points or multi-region access points per bucket. If the proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information, see Creating access points. For more information about access point policy limits, see Access points restrictions and limitations.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.S3AccessPointConfiguration

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

Syntax

C#
public class S3AccessPointConfiguration

The S3AccessPointConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessPointPolicy System.String

Gets and sets the property AccessPointPolicy.

The access point or multi-region access point policy.

Public Property NetworkOrigin Amazon.AccessAnalyzer.Model.NetworkOriginConfiguration

Gets and sets the property NetworkOrigin.

The proposed Internet and VpcConfiguration to apply to this Amazon S3 access point. VpcConfiguration does not apply to multi-region access points. If the access preview is for a new resource and neither is specified, the access preview uses Internet for the network origin. If the access preview is for an existing resource and neither is specified, the access preview uses the exiting network origin.

Public Property PublicAccessBlock Amazon.AccessAnalyzer.Model.S3PublicAccessBlockConfiguration

Gets and sets the property PublicAccessBlock.

The proposed S3PublicAccessBlock configuration to apply to this Amazon S3 access point or multi-region access point.

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