AWS::S3ObjectLambda::AccessPointPolicyThe `AWS::S3ObjectLambda::AccessPointPolicy` resource specifies the Object Lambda Access Point resource policy document.
import { CfnAccessPointPolicy } from 'aws-cdk-lib/aws-s3objectlambda';Or use the module namespace:
import * as s3objectlambda from 'aws-cdk-lib/aws-s3objectlambda';
// s3objectlambda.CfnAccessPointPolicyConfiguration passed to the constructor as CfnAccessPointPolicyProps.
objectLambdaAccessPointRequiredstringAn access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
policyDocumentRequiredanyObject Lambda Access Point resource policy document.
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::AccessPointPolicy