@Stability(value=Stable) @Internal public static final class FunctionUrlProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FunctionUrlProps
FunctionUrlPropssoftware.amazon.jsii.JsiiObject.InitializationModeFunctionUrlProps.Builder, FunctionUrlProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FunctionUrlProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FunctionUrlProps.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) |
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() |
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(FunctionUrlProps.Builder builder)
FunctionUrlProps.Builder.public final IFunction getFunction()
FunctionUrlProps
It can also be an Alias but not a Version.
getFunction in interface FunctionUrlPropspublic final FunctionUrlAuthType getAuthType()
FunctionUrlOptionsDefault: FunctionUrlAuthType.AWS_IAM
getAuthType in interface FunctionUrlOptionspublic final FunctionUrlCorsOptions getCors()
FunctionUrlOptionsDefault: - No CORS configuration.
getCors in interface FunctionUrlOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.