interface IAccessPointPolicyRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3ObjectLambda.IAccessPointPolicyRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3objectlambda#IAccessPointPolicyRef |
Java | software.amazon.awscdk.services.s3objectlambda.IAccessPointPolicyRef |
Python | aws_cdk.aws_s3objectlambda.IAccessPointPolicyRef |
TypeScript | aws-cdk-lib » aws_s3objectlambda » IAccessPointPolicyRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a AccessPointPolicy.
Properties
| Name | Type | Description |
|---|---|---|
| access | Access | A reference to a AccessPointPolicy resource. |
| node | Node | The tree node. |
accessPointPolicyRef
Type:
Access
A reference to a AccessPointPolicy resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript