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 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.CfnFunctionDefinition.EnvironmentProperty
CfnFunctionDefinition.EnvironmentProperty.Builder, CfnFunctionDefinition.EnvironmentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.EnvironmentProperty.Builder.
-
-
Method Details
-
getAccessSysfs
Description 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 interfaceCfnFunctionDefinition.EnvironmentProperty
-
getExecution
Description copied from interface:CfnFunctionDefinition.EnvironmentPropertySettings for the Lambda execution environment in AWS IoT Greengrass .- Specified by:
getExecutionin interfaceCfnFunctionDefinition.EnvironmentProperty
-
getResourceAccessPolicies
Description 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 interfaceCfnFunctionDefinition.EnvironmentProperty
-
getVariables
Description copied from interface:CfnFunctionDefinition.EnvironmentPropertyEnvironment variables for the Lambda function.- Specified by:
getVariablesin interfaceCfnFunctionDefinition.EnvironmentProperty
-
$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()
-