---
type: resource-type
title: S3AccessPoint
description: aws resource type AWS::S3::AccessPoint
name: S3AccessPoint
lexicon: aws
resource_type: AWS::S3::AccessPoint
---
`AWS::S3::AccessPoint`, a resource type of the aws lexicon.

## Properties

- `Bucket` (`string`, required): The name of the bucket that you want to associate this Access Point with.
- `Alias` (`string`, optional): The alias of this Access Point. This alias can be used for compatibility purposes with other AWS services and third-party applications.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the specified accesspoint.
- `BucketAccountId` (`string`, optional): The AWS account ID associated with the S3 bucket associated with this access point.
- `Name` (`string`, optional): The name you want to assign to this Access Point. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the access point name.
- `NetworkOrigin` (`"Internet" | "VPC"`, optional): 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.
- `Policy` (`Record<string, unknown>`, optional): The Access Point Policy you want to apply to this access point.
- `PublicAccessBlockConfiguration` (`S3AccessPoint_PublicAccessBlockConfiguration`, optional): The PublicAccessBlock configuration that you want to apply to this Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide.
- `Tags` (`S3AccessPoint_Tag[]`, optional): An arbitrary set of tags (key-value pairs) for this S3 Access Point.
- `VpcConfiguration` (`S3AccessPoint_VpcConfiguration`, optional): If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).

## Attributes

- `Alias`
- `Arn`
- `NetworkOrigin`
