Class CfnFunctionDefinition.EnvironmentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinition.EnvironmentProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnFunctionDefinition.EnvironmentProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunctionDefinition.EnvironmentProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinition.EnvironmentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinition.EnvironmentProperty
An implementation for 
CfnFunctionDefinition.EnvironmentProperty- 
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.CfnFunctionDefinition.EnvironmentPropertyCfnFunctionDefinition.EnvironmentProperty.Builder, CfnFunctionDefinition.EnvironmentProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionDefinition.EnvironmentProperty.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 ObjectIndicates whether the function is allowed to access the/sysdirectory on the core device, which allows the read device information from/sys.final ObjectSettings for the Lambda execution environment in AWS IoT Greengrass .final ObjectA list of the resources in the group that the function can access, with the corresponding read-only or read-write permissions.final ObjectEnvironment variables for the Lambda 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 theCfnFunctionDefinition.EnvironmentProperty.Builder.
 
- 
- 
Method Details- 
getAccessSysfsDescription copied from interface:CfnFunctionDefinition.EnvironmentPropertyIndicates whether the function is allowed to access the/sysdirectory on the core device, which allows the read device information from/sys.This property applies only to Lambda functions that run in a Greengrass container. - Specified by:
- getAccessSysfsin interface- CfnFunctionDefinition.EnvironmentProperty
 
- 
getExecutionDescription copied from interface:CfnFunctionDefinition.EnvironmentPropertySettings for the Lambda execution environment in AWS IoT Greengrass .- Specified by:
- getExecutionin interface- CfnFunctionDefinition.EnvironmentProperty
 
- 
getResourceAccessPoliciesDescription copied from interface:CfnFunctionDefinition.EnvironmentPropertyA list of the resources in the group that the function can access, with the corresponding read-only or read-write permissions. The maximum is 10 resources.This property applies only for Lambda functions that run in a Greengrass container. - Specified by:
- getResourceAccessPoliciesin interface- CfnFunctionDefinition.EnvironmentProperty
 
- 
getVariablesDescription copied from interface:CfnFunctionDefinition.EnvironmentPropertyEnvironment variables for the Lambda function.- Specified by:
- getVariablesin interface- CfnFunctionDefinition.EnvironmentProperty
 
- 
$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()
 
-