This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::S3ObjectLambda::AccessPointPolicy
The AWS::S3ObjectLambda::AccessPointPolicy resource specifies the Object
Lambda Access Point resource policy document.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::S3ObjectLambda::AccessPointPolicy", "Properties" : { "ObjectLambdaAccessPoint" :String, "PolicyDocument" :Json} }
YAML
Type: AWS::S3ObjectLambda::AccessPointPolicy Properties: ObjectLambdaAccessPoint:StringPolicyDocument:Json
Properties
ObjectLambdaAccessPoint-
Note
Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change.
An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
Required: Yes
Type: String
Pattern:
^[a-z0-9]([a-z0-9\-]*[a-z0-9])?$Minimum:
3Maximum:
45Update requires: Replacement
PolicyDocument-
Object Lambda Access Point resource policy document.
Required: Yes
Type: Json
Update requires: No interruption
Return values
Ref
For more information about using the Ref function, see Ref.