AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3ObjectLambda::AccessPointPolicy

CfnAccessPointPolicy

The `AWS::S3ObjectLambda::AccessPointPolicy` resource specifies the Object Lambda Access Point resource policy document.

Import

import { CfnAccessPointPolicy } from 'aws-cdk-lib/aws-s3objectlambda';

Or use the module namespace:

import * as s3objectlambda from 'aws-cdk-lib/aws-s3objectlambda';
// s3objectlambda.CfnAccessPointPolicy

Properties

Configuration passed to the constructor as CfnAccessPointPolicyProps.

objectLambdaAccessPointRequired
string

An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.

policyDocumentRequired
any

Object Lambda Access Point resource policy document.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-s3objectlambda
CFN TypeAWS::S3ObjectLambda::AccessPointPolicy
Properties2

Related Constructs

External Links