class Aws::AccessAnalyzer::Types::S3AccessPointConfiguration

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].

[1]: docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html [2]: docs.aws.amazon.com/AmazonS3/latest/dev/access-points-restrictions-limitations.html

@note When making an API call, you may pass S3AccessPointConfiguration

data as a hash:

    {
      access_point_policy: "AccessPointPolicy",
      network_origin: {
        internet_configuration: {
        },
        vpc_configuration: {
          vpc_id: "VpcId", # required
        },
      },
      public_access_block: {
        ignore_public_acls: false, # required
        restrict_public_buckets: false, # required
      },
    }

@!attribute [rw] access_point_policy

The access point or multi-region access point policy.
@return [String]

@!attribute [rw] network_origin

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.
@return [Types::NetworkOriginConfiguration]

@!attribute [rw] public_access_block

The proposed `S3PublicAccessBlock` configuration to apply to this
Amazon S3 access point or multi-region access point.
@return [Types::S3PublicAccessBlockConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/S3AccessPointConfiguration AWS API Documentation

Constants

SENSITIVE