public static final class CfnFunction.FunctionConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunction.FunctionConfigProperty
CfnFunction.FunctionConfigProperty
CfnFunction.FunctionConfigProperty.Builder, CfnFunction.FunctionConfigProperty.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 |
getComment()
A comment to describe the function.
|
java.lang.String |
getRuntime()
The function's runtime environment.
|
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 getComment()
CfnFunction.FunctionConfigProperty
getComment
in interface CfnFunction.FunctionConfigProperty
public final java.lang.String getRuntime()
CfnFunction.FunctionConfigProperty
The only valid value is cloudfront-js-1.0
.
getRuntime
in interface CfnFunction.FunctionConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()