AWS Fundamentals Logo
AWS Fundamentals
AWS::S3ObjectLambda::AccessPointPolicy

S3ObjectLambda AccessPointPolicy

AWS::S3ObjectLambda::AccessPointPolicy resource is an Amazon S3ObjectLambda policy type that you can use to control permissions for your S3ObjectLambda

Properties

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

Filter:
PropertyTypeFlags
ObjectLambdaAccessPoint
string
RequiredCreate-only
PolicyDocument
object
Required

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::AccessPointPolicy

Resources:
  MyResource:
    Type: AWS::S3ObjectLambda::AccessPointPolicy
    Properties:
      ObjectLambdaAccessPoint: "value"
      PolicyDocument: {}

Required IAM Permissions

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

create

s3:PutAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambda

read

s3:GetAccessPointPolicyForObjectLambda

update

s3:PutAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambda

delete

s3:DeleteAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambda

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
Properties2
Required2
TaggingNot supported
Primary IDObjectLambdaAccessPoint

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

ObjectLambdaAccessPoint

Related Resources

External Links