@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:00.728Z")
public interface CfnAccessPointPolicyProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3objectlambda.*; Object policyDocument; CfnAccessPointPolicyProps cfnAccessPointPolicyProps = CfnAccessPointPolicyProps.builder() .objectLambdaAccessPoint("objectLambdaAccessPoint") .policyDocument(policyDocument) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAccessPointPolicyProps.Builder
A builder for
CfnAccessPointPolicyProps |
static class |
CfnAccessPointPolicyProps.Jsii$Proxy
An implementation for
CfnAccessPointPolicyProps |
Modifier and Type | Method and Description |
---|---|
static CfnAccessPointPolicyProps.Builder |
builder() |
java.lang.String |
getObjectLambdaAccessPoint()
An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
|
java.lang.Object |
getPolicyDocument()
Object Lambda Access Point resource policy document.
|
java.lang.String getObjectLambdaAccessPoint()
java.lang.Object getPolicyDocument()
static CfnAccessPointPolicyProps.Builder builder()
CfnAccessPointPolicyProps.Builder
of CfnAccessPointPolicyProps