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::AccessPoint Alias
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.
The alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Status-
The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status isREADY, the Object Lambda Access Point alias is successfully provisioned and ready for use.Required: No
Type: String
Pattern:
^[A-Z]*$Update requires: No interruption
Value-
The alias value of the Object Lambda Access Point.
Required: Yes
Type: String
Pattern:
^[a-z0-9\-]*$Update requires: No interruption