---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_s3objectlambda_access_point Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::S3ObjectLambda::AccessPoint
---
# awscc_s3objectlambda_access_point (Data Source)
Data Source schema for AWS::S3ObjectLambda::AccessPoint
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `creation_date` (String) The date and time when the Object lambda Access Point was created.
- `name` (String) The name you want to assign to this Object lambda Access Point.
- `object_lambda_configuration` (Attributes) The Object lambda Access Point Configuration that configures transformations to be applied on the objects on specified S3 Actions (see [below for nested schema](#nestedatt--object_lambda_configuration))
- `policy_status` (Attributes) (see [below for nested schema](#nestedatt--policy_status))
- `public_access_block_configuration` (Attributes) 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-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide. (see [below for nested schema](#nestedatt--public_access_block_configuration))
### Nested Schema for `object_lambda_configuration`
Read-Only:
- `allowed_features` (Set of String)
- `cloudwatch_metrics_enabled` (Boolean)
- `supporting_access_point` (String)
- `transformation_configurations` (Attributes Set) (see [below for nested schema](#nestedatt--object_lambda_configuration--transformation_configurations))
### Nested Schema for `object_lambda_configuration.transformation_configurations`
Read-Only:
- `actions` (Set of String)
- `content_transformation` (Attributes) (see [below for nested schema](#nestedatt--object_lambda_configuration--transformation_configurations--content_transformation))
### Nested Schema for `object_lambda_configuration.transformation_configurations.content_transformation`
Read-Only:
- `aws_lambda` (Attributes) (see [below for nested schema](#nestedatt--object_lambda_configuration--transformation_configurations--content_transformation--aws_lambda))
### Nested Schema for `object_lambda_configuration.transformation_configurations.content_transformation.aws_lambda`
Read-Only:
- `function_arn` (String)
- `function_payload` (String)
### Nested Schema for `policy_status`
Read-Only:
- `is_public` (Boolean) Specifies whether the Object lambda Access Point Policy is Public or not. Object lambda Access Points are private by default.
### Nested Schema for `public_access_block_configuration`
Read-Only:
- `block_public_acls` (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.
- `block_public_policy` (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.
- `ignore_public_acls` (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.
- `restrict_public_buckets` (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.