Class CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
An implementation for
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
-
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.CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Builder, CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunctionDefinitionVersion.ResourceAccessPolicyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.ResourceAccessPolicyProperty.Builder
.
-
-
Method Details
-
getResourceId
Description copied from interface:CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
The ID of the resource.This ID is assigned to the resource when you create the resource definition.
- Specified by:
getResourceId
in interfaceCfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
-
getPermission
Description copied from interface:CfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
The read-only or read-write access that the Lambda function has to the resource.Valid values are
ro
orrw
.- Specified by:
getPermission
in interfaceCfnFunctionDefinitionVersion.ResourceAccessPolicyProperty
-
$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()
-