@Stability(value=Stable) @Internal public static final class CfnFunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionProps
CfnFunctionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFunctionProps.Builder, CfnFunctionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFunctionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFunctionProps.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) |
Object |
getAutoPublish()
A flag that determines whether to automatically publish the function to the `LIVE` stage when it’s created.
|
String |
getFunctionCode()
The function code.
|
Object |
getFunctionConfig()
Contains configuration information about a CloudFront function.
|
String |
getName()
A name to identify the function.
|
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(CfnFunctionProps.Builder builder)
CfnFunctionProps.Builder.public final String getName()
CfnFunctionPropsgetName in interface CfnFunctionPropspublic final Object getAutoPublish()
CfnFunctionProps
To automatically publish to the LIVE stage, set this property to true .
getAutoPublish in interface CfnFunctionPropspublic final String getFunctionCode()
CfnFunctionPropsFor more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide .
getFunctionCode in interface CfnFunctionPropspublic final Object getFunctionConfig()
CfnFunctionPropsgetFunctionConfig in interface CfnFunctionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.