AWS::S3ObjectLambda::AccessPointPolicy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::S3ObjectLambda::AccessPointPolicy", "Properties" : { "ObjectLambdaAccessPoint" : String, "PolicyDocument" : Json } }

YAML

Type: AWS::S3ObjectLambda::AccessPointPolicy Properties: ObjectLambdaAccessPoint: String PolicyDocument: 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 Amazon 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: 3

Maximum: 45

Update 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.