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.

Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see Bucket Policy Examples.

Inheritance Hierarchy

System.Object
  Amazon.AccessAnalyzer.Model.S3BucketConfiguration

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

Syntax

C#
public class S3BucketConfiguration

The S3BucketConfiguration type exposes the following members

Constructors

NameDescription
Public Method S3BucketConfiguration()

Properties

NameTypeDescription
Public Property AccessPoints System.Collections.Generic.Dictionary<System.String, Amazon.AccessAnalyzer.Model.S3AccessPointConfiguration>

Gets and sets the property AccessPoints.

The configuration of Amazon S3 access points or multi-region access points for the bucket. You can propose up to 10 new access points per bucket.

Public Property BucketAclGrants System.Collections.Generic.List<Amazon.AccessAnalyzer.Model.S3BucketAclGrantConfiguration>

Gets and sets the property BucketAclGrants.

The proposed list of ACL grants for the Amazon S3 bucket. You can propose up to 100 ACL grants per bucket. If the proposed grant configuration is for an existing bucket, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the bucket.

Public Property BucketPolicy System.String

Gets and sets the property BucketPolicy.

The proposed bucket policy for the Amazon S3 bucket.

Public Property BucketPublicAccessBlock Amazon.AccessAnalyzer.Model.S3PublicAccessBlockConfiguration

Gets and sets the property BucketPublicAccessBlock.

The proposed block public access configuration for the Amazon S3 bucket.

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