public static final class FunctionUrlProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionUrlProps
FunctionUrlProps
FunctionUrlProps.Builder, FunctionUrlProps.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) |
FunctionUrlAuthType |
getAuthType()
The type of authentication that your function URL uses.
|
FunctionUrlCorsOptions |
getCors()
The cross-origin resource sharing (CORS) settings for your function URL.
|
IFunction |
getFunction()
The function to which this url refers.
|
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 IFunction getFunction()
FunctionUrlProps
It can also be an Alias
but not a Version
.
getFunction
in interface FunctionUrlProps
public final FunctionUrlAuthType getAuthType()
FunctionUrlOptions
Default: FunctionUrlAuthType.AWS_IAM
getAuthType
in interface FunctionUrlOptions
public final FunctionUrlCorsOptions getCors()
FunctionUrlOptions
Default: - No CORS configuration.
getCors
in interface FunctionUrlOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()