public static final class AccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessPointProps
AccessPointProps
AccessPointProps.Builder, AccessPointProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAccessPointName()
(experimental) The name of the S3 object lambda access point.
|
IBucket |
getBucket()
(experimental) The bucket to which this access point belongs.
|
java.lang.Boolean |
getCloudWatchMetricsEnabled()
(experimental) Whether CloudWatch metrics are enabled for the access point.
|
IFunction |
getHandler()
(experimental) The Lambda function used to transform objects.
|
java.util.Map<java.lang.String,java.lang.Object> |
getPayload()
(experimental) Additional JSON that provides supplemental data passed to the Lambda function on every request.
|
java.lang.Boolean |
getSupportsGetObjectPartNumber()
(experimental) Whether the Lambda function can process `GetObject-PartNumber` requests.
|
java.lang.Boolean |
getSupportsGetObjectRange()
(experimental) Whether the Lambda function can process `GetObject-Range` requests.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getBucket()
AccessPointProps
getBucket
in interface AccessPointProps
public final IFunction getHandler()
AccessPointProps
getHandler
in interface AccessPointProps
public final java.lang.String getAccessPointName()
AccessPointProps
Default: a unique name will be generated
getAccessPointName
in interface AccessPointProps
public final java.lang.Boolean getCloudWatchMetricsEnabled()
AccessPointProps
Default: false
getCloudWatchMetricsEnabled
in interface AccessPointProps
public final java.util.Map<java.lang.String,java.lang.Object> getPayload()
AccessPointProps
Default: - No data.
getPayload
in interface AccessPointProps
public final java.lang.Boolean getSupportsGetObjectPartNumber()
AccessPointProps
Default: false
getSupportsGetObjectPartNumber
in interface AccessPointProps
public final java.lang.Boolean getSupportsGetObjectRange()
AccessPointProps
Default: false
getSupportsGetObjectRange
in interface AccessPointProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()