AWS::S3Express::AccessPoint Scope - 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::S3Express::AccessPoint Scope

You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.

For more information, see Manage the scope of your access points for directory buckets.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Permissions" : [ String, ... ], "Prefixes" : [ String, ... ] }

YAML

Permissions: - String Prefixes: - String

Properties

Permissions

You can include one or more API operations as permissions.

Required: No

Type: Array of String

Allowed values: GetObject | GetObjectAttributes | ListMultipartUploadParts | ListBucket | ListBucketMultipartUploads | PutObject | DeleteObject | AbortMultipartUpload

Update requires: No interruption

Prefixes

You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.

Required: No

Type: Array of String

Update requires: No interruption