@Stability(value=Experimental) @Internal public static final class AccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessPointProps
AccessPointPropssoftware.amazon.jsii.JsiiObject.InitializationModeAccessPointProps.Builder, AccessPointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AccessPointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AccessPointProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccessPointName()
(experimental) The name of the S3 object lambda access point.
|
IBucket |
getBucket()
(experimental) The bucket to which this access point belongs.
|
Boolean |
getCloudWatchMetricsEnabled()
(experimental) Whether CloudWatch metrics are enabled for the access point.
|
IFunction |
getHandler()
(experimental) The Lambda function used to transform objects.
|
Map<String,Object> |
getPayload()
(experimental) Additional JSON that provides supplemental data passed to the Lambda function on every request.
|
Boolean |
getSupportsGetObjectPartNumber()
(experimental) Whether the Lambda function can process `GetObject-PartNumber` requests.
|
Boolean |
getSupportsGetObjectRange()
(experimental) Whether the Lambda function can process `GetObject-Range` requests.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AccessPointProps.Builder builder)
AccessPointProps.Builder.public final IBucket getBucket()
AccessPointPropsgetBucket in interface AccessPointPropspublic final IFunction getHandler()
AccessPointPropsgetHandler in interface AccessPointPropspublic final String getAccessPointName()
AccessPointPropsDefault: a unique name will be generated
getAccessPointName in interface AccessPointPropspublic final Boolean getCloudWatchMetricsEnabled()
AccessPointPropsDefault: false
getCloudWatchMetricsEnabled in interface AccessPointPropspublic final Map<String,Object> getPayload()
AccessPointPropsDefault: - No data.
getPayload in interface AccessPointPropspublic final Boolean getSupportsGetObjectPartNumber()
AccessPointPropsDefault: false
getSupportsGetObjectPartNumber in interface AccessPointPropspublic final Boolean getSupportsGetObjectRange()
AccessPointPropsDefault: false
getSupportsGetObjectRange in interface AccessPointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.