AccessPointPolicyReference
- class aws_cdk.interfaces.aws_s3objectlambda.AccessPointPolicyReference(*, object_lambda_access_point)
Bases:
objectA 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.interfaces import aws_s3objectlambda as interfaces_aws_s3objectlambda access_point_policy_reference = interfaces_aws_s3objectlambda.AccessPointPolicyReference( object_lambda_access_point="objectLambdaAccessPoint" )
Attributes
- object_lambda_access_point
The ObjectLambdaAccessPoint of the AccessPointPolicy resource.