Class CfnFunctionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.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.mediatailor.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 ObjectConfiguration for custom output functions.final StringA description of the function.final StringThe unique identifier for the function.final Stringfinal ObjectConfiguration for HTTP request functions.final ObjectConfiguration for sequential executor functions.getTags()The tags to assign to the function resource.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
-
getCustomOutputConfiguration
Description copied from interface:CfnFunctionMixinPropsConfiguration for custom output functions.Returns union: either
IResolvableorCfnFunctionPropsMixin.CustomOutputConfigurationProperty- Specified by:
getCustomOutputConfigurationin interfaceCfnFunctionMixinProps- See Also:
-
getDescription
Description copied from interface:CfnFunctionMixinPropsA description of the function.- Specified by:
getDescriptionin interfaceCfnFunctionMixinProps- See Also:
-
getFunctionId
Description copied from interface:CfnFunctionMixinPropsThe unique identifier for the function.- Specified by:
getFunctionIdin interfaceCfnFunctionMixinProps- See Also:
-
getFunctionType
- Specified by:
getFunctionTypein interfaceCfnFunctionMixinProps- See Also:
-
getHttpRequestConfiguration
Description copied from interface:CfnFunctionMixinPropsConfiguration for HTTP request functions.Returns union: either
IResolvableorCfnFunctionPropsMixin.HttpRequestConfigurationProperty- Specified by:
getHttpRequestConfigurationin interfaceCfnFunctionMixinProps- See Also:
-
getSequentialExecutorConfiguration
Description copied from interface:CfnFunctionMixinPropsConfiguration for sequential executor functions.Returns union: either
IResolvableorCfnFunctionPropsMixin.SequentialExecutorConfigurationProperty- Specified by:
getSequentialExecutorConfigurationin interfaceCfnFunctionMixinProps- See Also:
-
getTags
Description copied from interface:CfnFunctionMixinPropsThe tags to assign to the function resource.- Specified by:
getTagsin 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()
-