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
) – 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.
- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.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
¶ An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
-
policy_document
¶ Object Lambda Access Point resource policy document.