AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3Outposts::AccessPoint

CfnAccessPoint

The 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

import { CfnAccessPoint } from 'aws-cdk-lib/aws-s3outposts';

Or use the module namespace:

import * as s3outposts from 'aws-cdk-lib/aws-s3outposts';
// s3outposts.CfnAccessPoint

Properties

Configuration passed to the constructor as CfnAccessPointProps.

bucketRequired
string

The Amazon Resource Name (ARN) of the S3 on Outposts bucket that is associated with this access point.

nameRequired
string

The name of this access point.

vpcConfigurationRequired
IResolvable | VpcConfigurationProperty

The virtual private cloud (VPC) configuration for this access point, if one exists.

policyOptional
any

The access point policy associated with this access point.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-s3outposts
CFN TypeAWS::S3Outposts::AccessPoint
Properties4

Related Constructs

External Links