AWS::S3ObjectLambda::AccessPointPolicyAWS::S3ObjectLambda::AccessPointPolicy resource is an Amazon S3ObjectLambda policy type that you can use to control permissions for your S3ObjectLambda
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ObjectLambdaAccessPoint | string | RequiredCreate-only |
PolicyDocument | object | Required |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3ObjectLambda::AccessPointPolicy
Resources:
MyResource:
Type: AWS::S3ObjectLambda::AccessPointPolicy
Properties:
ObjectLambdaAccessPoint: "value"
PolicyDocument: {}Permissions CloudFormation needs in your IAM role to manage this resource.
s3:PutAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambdas3:PutAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambdas3:DeleteAccessPointPolicyForObjectLambdas3:GetAccessPointPolicyForObjectLambdaOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterObjectLambdaAccessPointThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ObjectLambdaAccessPoint