AWS::S3ObjectLambda::AccessPointThe AWS::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ObjectLambdaConfiguration | ObjectLambdaConfiguration | Required |
Name | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Alias | Alias | - |
Arn | string | - |
CreationDate | string | The date and time when the Object lambda Access Point was created. |
PolicyStatus | PolicyStatus | - |
PublicAccessBlockConfiguration | PublicAccessBlockConfiguration | The 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... |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3ObjectLambda::AccessPoint
Resources:
MyResource:
Type: AWS::S3ObjectLambda::AccessPoint
Properties:
ObjectLambdaConfiguration: "value"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
s3:CreateAccessPointForObjectLambdas3:PutAccessPointConfigurationForObjectLambdas3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambdas3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambdas3:PutAccessPointConfigurationForObjectLambdas3:GetAccessPointForObjectLambdas3:GetAccessPointPolicyStatusForObjectLambdas3:GetAccessPointConfigurationForObjectLambdas3:DeleteAccessPointForObjectLambdas3:ListAccessPointsForObjectLambdaOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name