You must be logged in to view saved presets
S3 Access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations. This template also includes the option to configure permissions and network controls that apply to any request made through the access point.
This configuration template includes the following settings:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
S3AccessPoint:
Type: 'AWS::S3::AccessPoint'
Properties:
Bucket: ''
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
Parameters: {}
Metadata: {}
Conditions: {}