AWS::S3ObjectLambda::AccessPointThe `AWS::S3ObjectLambda::AccessPoint` resource specifies an Object Lambda Access Point used to access a bucket.
import { CfnAccessPoint } from 'aws-cdk-lib/aws-s3objectlambda';Or use the module namespace:
import * as s3objectlambda from 'aws-cdk-lib/aws-s3objectlambda';
// s3objectlambda.CfnAccessPointConfiguration passed to the constructor as CfnAccessPointProps.
objectLambdaConfigurationRequiredIResolvable | ObjectLambdaConfigurationPropertyA configuration used when creating an Object Lambda Access Point.
nameOptionalstringThe name of 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-s3objectlambdaAWS::S3ObjectLambda::AccessPoint