AccessPointPolicyReference
- class aws_cdk.aws_s3objectlambda.AccessPointPolicyReference(*, object_lambda_access_point)
Bases:
object
A reference to a AccessPointPolicy resource.
- Parameters:
object_lambda_access_point (
str
) – The ObjectLambdaAccessPoint of the AccessPointPolicy resource.- 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 access_point_policy_reference = s3objectlambda.AccessPointPolicyReference( object_lambda_access_point="objectLambdaAccessPoint" )
Attributes
- object_lambda_access_point
The ObjectLambdaAccessPoint of the AccessPointPolicy resource.