AWS::S3Outposts::AccessPointThe AWS::S3Outposts::AccessPoint resource specifies an access point and associates it with the specified Amazon S3 on Outposts bucket. For more information, see [Managing data access with Amazon S3 access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html) . > S3 on Outposts supports only VPC-style access points.
import { CfnAccessPoint } from 'aws-cdk-lib/aws-s3outposts';Or use the module namespace:
import * as s3outposts from 'aws-cdk-lib/aws-s3outposts';
// s3outposts.CfnAccessPointConfiguration passed to the constructor as CfnAccessPointProps.
bucketRequiredstringThe Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.
nameRequiredstringThe name of this access point.
vpcConfigurationRequiredIResolvable | VpcConfigurationPropertyThe virtual private cloud (VPC) configuration for this access point, if one exists.
policyOptionalanyThe access point policy associated with this access point.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-s3outpostsAWS::S3Outposts::AccessPoint