Class CfnFunctionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnFunctionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunctionProps
@Stability(Stable)
@Internal
public static final class CfnFunctionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionProps
An implementation for
CfnFunctionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnFunctionProps
CfnFunctionProps.Builder, CfnFunctionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFunctionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
A flag that determines whether to automatically publish the function to theLIVE
stage when it’s created.final String
The function code.final Object
Contains configuration information about a CloudFront function.final Object
Contains metadata about a CloudFront function.final String
getName()
A name to identify the function.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFunctionProps.Builder
.
-
-
Method Details
-
getFunctionCode
Description copied from interface:CfnFunctionProps
The function code.For more information about writing a CloudFront function, see Writing function code for CloudFront Functions in the Amazon CloudFront Developer Guide .
- Specified by:
getFunctionCode
in interfaceCfnFunctionProps
-
getFunctionConfig
Description copied from interface:CfnFunctionProps
Contains configuration information about a CloudFront function.- Specified by:
getFunctionConfig
in interfaceCfnFunctionProps
-
getName
Description copied from interface:CfnFunctionProps
A name to identify the function.- Specified by:
getName
in interfaceCfnFunctionProps
-
getAutoPublish
Description copied from interface:CfnFunctionProps
A flag that determines whether to automatically publish the function to theLIVE
stage when it’s created.To automatically publish to the
LIVE
stage, set this property totrue
.- Specified by:
getAutoPublish
in interfaceCfnFunctionProps
-
getFunctionMetadata
Description copied from interface:CfnFunctionProps
Contains metadata about a CloudFront function.- Specified by:
getFunctionMetadata
in interfaceCfnFunctionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-