This is the new 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
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 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