Class CfnFunctionDefinition.FunctionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinition.FunctionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionDefinition.FunctionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionDefinition.FunctionProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinition.FunctionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinition.FunctionProperty
An implementation for
CfnFunctionDefinition.FunctionProperty
-
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.greengrass.CfnFunctionDefinition.FunctionProperty
CfnFunctionDefinition.FunctionProperty.Builder, CfnFunctionDefinition.FunctionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunctionDefinition.FunctionProperty.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 String
The Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function.final Object
The group-specific settings of the Lambda function.final String
getId()
A descriptive or arbitrary ID for 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 theCfnFunctionDefinition.FunctionProperty.Builder
.
-
-
Method Details
-
getFunctionArn
Description copied from interface:CfnFunctionDefinition.FunctionProperty
The Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function.- Specified by:
getFunctionArn
in interfaceCfnFunctionDefinition.FunctionProperty
- See Also:
-
getFunctionConfiguration
Description copied from interface:CfnFunctionDefinition.FunctionProperty
The group-specific settings of the Lambda function.These settings configure the function's behavior in the Greengrass group.
- Specified by:
getFunctionConfiguration
in interfaceCfnFunctionDefinition.FunctionProperty
- See Also:
-
getId
Description copied from interface:CfnFunctionDefinition.FunctionProperty
A 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:
getId
in interfaceCfnFunctionDefinition.FunctionProperty
- See Also:
-
$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()
-