Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-s3objectlambda-accesspoint.json
Parent schema serverless-framework-configuration
Type: object

The AWS::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

ObjectLambdaConfiguration object required

Configuration to be applied to this Object lambda Access Point. It specifies Supporting Access Point, Transformation Configurations. Customers can also set if they like to enable Cloudwatch metrics for accesses to this Object lambda Access Point. Default setting for Cloudwatch metrics is disable.

4 nested properties
SupportingAccessPoint string | Aws_CF_FunctionString required
TransformationConfigurations TransformationConfiguration[] required
uniqueItems=true
AllowedFeatures string[]
uniqueItems=true
CloudWatchMetricsEnabled boolean
Name string | Aws_CF_FunctionString

The name you want to assign to this Object lambda Access Point.

Definitions

PublicAccessBlockConfiguration object

The Public Access Block Configuration is used to block policies that would allow public access to this Object lambda Access Point. All public access to Object lambda Access Points are blocked by default, and any policy that would give public access to them will be also blocked. This behavior cannot be changed for Object lambda Access Points.

BlockPublicAcls boolean

Specifies whether Amazon S3 should block public access control lists (ACLs) to this object lambda access point. Setting this element to TRUE causes the following behavior:

  • PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.
  • PUT Object calls fail if the request includes a public ACL. . - PUT Bucket calls fail if the request includes a public ACL. Enabling this setting doesn't affect existing policies or ACLs.
IgnorePublicAcls boolean

Specifies whether Amazon S3 should ignore public ACLs for buckets in this account. Setting this element to TRUE causes Amazon S3 to ignore all public ACLs on buckets in this account and any objects that they contain. Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.

BlockPublicPolicy boolean

Specifies whether Amazon S3 should block public bucket policies for buckets in this account. Setting this element to TRUE causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. Enabling this setting doesn't affect existing bucket policies.

RestrictPublicBuckets boolean

Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to TRUE restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy. Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.

ObjectLambdaConfiguration object

Configuration to be applied to this Object lambda Access Point. It specifies Supporting Access Point, Transformation Configurations. Customers can also set if they like to enable Cloudwatch metrics for accesses to this Object lambda Access Point. Default setting for Cloudwatch metrics is disable.

SupportingAccessPoint string | Aws_CF_FunctionString required
TransformationConfigurations TransformationConfiguration[] required
uniqueItems=true
AllowedFeatures string[]
uniqueItems=true
CloudWatchMetricsEnabled boolean
TransformationConfiguration object

Configuration to define what content transformation will be applied on which S3 Action.

Actions Action[] required
uniqueItems=true
ContentTransformation object required
One of: object object
AwsLambda object
FunctionArn string | Aws_CF_FunctionString required
FunctionPayload string | Aws_CF_FunctionString
Action string | Aws_CF_FunctionString
Alias object
Status string | Aws_CF_FunctionString required

The status of the Object Lambda alias.

Value string | Aws_CF_FunctionString required

The value of the Object Lambda alias.

PolicyStatus object
IsPublic boolean

Specifies whether the Object lambda Access Point Policy is Public or not. Object lambda Access Points are private by default.