@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.833Z") @Stability(value=Stable) public interface CfnAccessPointPolicyProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getObjectLambdaAccessPoint()
An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
|
Object |
getPolicyDocument()
Object Lambda Access Point resource policy document.
|
@Stability(value=Stable) @NotNull String getObjectLambdaAccessPoint()
@Stability(value=Stable) @NotNull Object getPolicyDocument()
@Stability(value=Stable) static CfnAccessPointPolicyProps.Builder builder()
CfnAccessPointPolicyProps.Builder of CfnAccessPointPolicyPropsCopyright © 2022. All rights reserved.