CfnAccessPointPolicyProps

class aws_cdk.aws_s3objectlambda.CfnAccessPointPolicyProps(*, object_lambda_access_point, policy_document)

Bases: object

Properties for defining a CfnAccessPointPolicy.

Parameters:
  • object_lambda_access_point (str) –

    Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change . An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.

  • policy_document (Any) – Object Lambda Access Point resource policy document.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_s3objectlambda as s3objectlambda

# policy_document: Any

cfn_access_point_policy_props = s3objectlambda.CfnAccessPointPolicyProps(
    object_lambda_access_point="objectLambdaAccessPoint",
    policy_document=policy_document
)

Attributes

object_lambda_access_point

Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025.

If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - Amazon S3 Object Lambda availability change .

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

see:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html#cfn-s3objectlambda-accesspointpolicy-objectlambdaaccesspoint

policy_document

Object Lambda Access Point resource policy document.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspointpolicy.html#cfn-s3objectlambda-accesspointpolicy-policydocument