Class CfnFunctionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnFunctionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionMixinProps
@Stability(Stable)
@Internal
public static final class CfnFunctionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionMixinProps
An implementation for
CfnFunctionMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnFunctionMixinProps
CfnFunctionMixinProps.Builder, CfnFunctionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFunctionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFunctionMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectA flag that determines whether to automatically publish the function to theLIVEstage when it’s created.final StringThe function code.final ObjectContains configuration information about a CloudFront function.final ObjectContains metadata about a CloudFront function.final StringgetName()A name to identify the function.final inthashCode()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 theCfnFunctionMixinProps.Builder.
-
-
Method Details
-
getAutoPublish
Description copied from interface:CfnFunctionMixinPropsA flag that determines whether to automatically publish the function to theLIVEstage when it’s created.To automatically publish to the
LIVEstage, set this property totrue.Returns union: either
BooleanorIResolvable- Specified by:
getAutoPublishin interfaceCfnFunctionMixinProps- See Also:
-
getFunctionCode
Description copied from interface:CfnFunctionMixinPropsThe 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:
getFunctionCodein interfaceCfnFunctionMixinProps- See Also:
-
getFunctionConfig
Description copied from interface:CfnFunctionMixinPropsContains configuration information about a CloudFront function.Returns union: either
IResolvableorCfnFunctionPropsMixin.FunctionConfigProperty- Specified by:
getFunctionConfigin interfaceCfnFunctionMixinProps- See Also:
-
getFunctionMetadata
Description copied from interface:CfnFunctionMixinPropsContains metadata about a CloudFront function.Returns union: either
IResolvableorCfnFunctionPropsMixin.FunctionMetadataProperty- Specified by:
getFunctionMetadatain interfaceCfnFunctionMixinProps- See Also:
-
getName
Description copied from interface:CfnFunctionMixinPropsA name to identify the function.- Specified by:
getNamein interfaceCfnFunctionMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-