Class CfnFunctionDefinitionVersion.FunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.FunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionDefinitionVersion.FunctionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionDefinitionVersion.FunctionProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinitionVersion.FunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinitionVersion.FunctionProperty
An implementation for
CfnFunctionDefinitionVersion.FunctionProperty-
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.services.greengrass.CfnFunctionDefinitionVersion.FunctionProperty
CfnFunctionDefinitionVersion.FunctionProperty.Builder, CfnFunctionDefinitionVersion.FunctionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.FunctionProperty.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 StringThe Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function.final ObjectThe group-specific settings of the Lambda function.final StringgetId()A descriptive or arbitrary ID for 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 theCfnFunctionDefinitionVersion.FunctionProperty.Builder.
-
-
Method Details
-
getFunctionArn
Description copied from interface:CfnFunctionDefinitionVersion.FunctionPropertyThe Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function.- Specified by:
getFunctionArnin interfaceCfnFunctionDefinitionVersion.FunctionProperty- See Also:
-
getFunctionConfiguration
Description copied from interface:CfnFunctionDefinitionVersion.FunctionPropertyThe group-specific settings of the Lambda function.These settings configure the function's behavior in the Greengrass group.
Returns union: either
IResolvableorCfnFunctionDefinitionVersion.FunctionConfigurationProperty- Specified by:
getFunctionConfigurationin interfaceCfnFunctionDefinitionVersion.FunctionProperty- See Also:
-
getId
Description copied from interface:CfnFunctionDefinitionVersion.FunctionPropertyA descriptive or arbitrary ID for the function.This value must be unique within the function definition version. Maximum length is 128 characters with pattern
[a-zA-Z0-9:_-]+.- Specified by:
getIdin interfaceCfnFunctionDefinitionVersion.FunctionProperty- 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()
-