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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.FunctionPropertyCfnFunctionDefinitionVersion.FunctionProperty.Builder, CfnFunctionDefinitionVersion.FunctionProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.FunctionProperty.Builder.
 
- 
- 
Method Details- 
getFunctionArnDescription copied from interface:CfnFunctionDefinitionVersion.FunctionPropertyThe Amazon Resource Name (ARN) of the alias (recommended) or version of the referenced Lambda function.- Specified by:
- getFunctionArnin interface- CfnFunctionDefinitionVersion.FunctionProperty
 
- 
getFunctionConfigurationDescription copied from interface:CfnFunctionDefinitionVersion.FunctionPropertyThe group-specific settings of the Lambda function.These settings configure the function's behavior in the Greengrass group. - Specified by:
- getFunctionConfigurationin interface- CfnFunctionDefinitionVersion.FunctionProperty
 
- 
getIdDescription 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 interface- CfnFunctionDefinitionVersion.FunctionProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-