AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3ObjectLambda::AccessPoint

CfnAccessPoint

The `AWS::S3ObjectLambda::AccessPoint` resource specifies an Object Lambda Access Point used to access a bucket.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAccessPointProps.

objectLambdaConfigurationRequired
IResolvable | ObjectLambdaConfigurationProperty

A configuration used when creating an Object Lambda Access Point.

nameOptional
string

The name of 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-s3objectlambda
CFN TypeAWS::S3ObjectLambda::AccessPoint
Properties2

Related Constructs

External Links