interface AccessPointPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.S3ObjectLambda.AccessPointPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awss3objectlambda#AccessPointPolicyReference |
Java | software.amazon.awscdk.interfaces.s3objectlambda.AccessPointPolicyReference |
Python | aws_cdk.interfaces.aws_s3objectlambda.AccessPointPolicyReference |
TypeScript | aws-cdk-lib » interfaces » aws_s3objectlambda » AccessPointPolicyReference |
A reference to a AccessPointPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3objectlambda as interfaces_aws_s3objectlambda } from 'aws-cdk-lib/interfaces';
const accessPointPolicyReference: interfaces_aws_s3objectlambda.AccessPointPolicyReference = {
objectLambdaAccessPoint: 'objectLambdaAccessPoint',
};
Properties
| Name | Type | Description |
|---|---|---|
| object | string | The ObjectLambdaAccessPoint of the AccessPointPolicy resource. |
objectLambdaAccessPoint
Type:
string
The ObjectLambdaAccessPoint of the AccessPointPolicy resource.

.NET
Go
Java
Python
TypeScript