public static final class CfnFunctionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionProps
CfnFunctionProps
CfnFunctionProps.Builder, CfnFunctionProps.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.Object |
getAutoPublish()
A flag that determines whether to automatically publish the function to the `LIVE` stage when it’s created.
|
java.lang.String |
getFunctionCode()
The function code.
|
java.lang.Object |
getFunctionConfig()
Contains configuration information about a CloudFront function.
|
java.lang.Object |
getFunctionMetadata()
Contains metadata about a CloudFront function.
|
java.lang.String |
getName()
A name to identify the function.
|
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 java.lang.String getFunctionCode()
CfnFunctionProps
For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide .
getFunctionCode
in interface CfnFunctionProps
public final java.lang.Object getFunctionConfig()
CfnFunctionProps
getFunctionConfig
in interface CfnFunctionProps
public final java.lang.String getName()
CfnFunctionProps
getName
in interface CfnFunctionProps
public final java.lang.Object getAutoPublish()
CfnFunctionProps
To automatically publish to the LIVE
stage, set this property to true
.
getAutoPublish
in interface CfnFunctionProps
public final java.lang.Object getFunctionMetadata()
CfnFunctionProps
getFunctionMetadata
in interface CfnFunctionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()