@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-02T14:17:21.532Z") @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 © 2023. All rights reserved.