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