AWS Fundamentals Logo
AWS Fundamentals
AWS::S3ObjectLambda::AccessPoint

S3ObjectLambda AccessPoint

The AWS::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ObjectLambdaConfiguration
ObjectLambdaConfiguration
Required
Name
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AliasAlias-
Arnstring-
CreationDatestringThe date and time when the Object lambda Access Point was created.
PolicyStatusPolicyStatus-
PublicAccessBlockConfigurationPublicAccessBlockConfigurationThe PublicAccessBlock configuration that you want to apply to this Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-pub...

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3ObjectLambda::AccessPoint

Resources:
  MyResource:
    Type: AWS::S3ObjectLambda::AccessPoint
    Properties:
      ObjectLambdaConfiguration: "value"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

s3:CreateAccessPointForObjectLambdas3:PutAccessPointConfigurationForObjectLambdas3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambda

read

s3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambda

update

s3:PutAccessPointConfigurationForObjectLambdas3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambda

delete

s3:DeleteAccessPointForObjectLambda

list

s3:ListAccessPointsForObjectLambda

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceS3ObjectLambda
Properties7
Required1
TaggingNot supported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links