AWS::S3ObjectLambda::AccessPoint Alias - AWS CloudFormation

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 AWS CloudFormation template, use the following syntax:

JSON

{ "Status" : String, "Value" : String }

YAML

Status: String Value: String

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 is READY, 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