Class CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty
An implementation for
CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty-
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.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty
CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Builder, CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.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 StringThe absolute local path of the resource in the Lambda environment.final ObjectSettings that define additional Linux OS group permissions to give to the Lambda function process.final StringThe local absolute path of the volume resource on the host.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
protected Jsii$Proxy(CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty.Builder.
-
-
Method Details
-
getDestinationPath
Description copied from interface:CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataPropertyThe absolute local path of the resource in the Lambda environment.- Specified by:
getDestinationPathin interfaceCfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty- See Also:
-
getGroupOwnerSetting
Description copied from interface:CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataPropertySettings that define additional Linux OS group permissions to give to the Lambda function process.Returns union: either
IResolvableorCfnResourceDefinitionPropsMixin.GroupOwnerSettingProperty- Specified by:
getGroupOwnerSettingin interfaceCfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty- See Also:
-
getSourcePath
Description copied from interface:CfnResourceDefinitionPropsMixin.LocalVolumeResourceDataPropertyThe local absolute path of the volume resource on the host.The source path for a volume resource type cannot start with
/sys.- Specified by:
getSourcePathin interfaceCfnResourceDefinitionPropsMixin.LocalVolumeResourceDataProperty- See Also:
-
$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()
-