Class CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnResourceDefinitionVersion.GroupOwnerSettingProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDefinitionVersion.GroupOwnerSettingProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionVersion.GroupOwnerSettingProperty
An implementation for 
CfnResourceDefinitionVersion.GroupOwnerSettingProperty- 
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.CfnResourceDefinitionVersion.GroupOwnerSettingPropertyCfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder, CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinitionVersion.GroupOwnerSettingProperty.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 to give the privileges of the Linux group that owns the resource to the Lambda process.final StringThe name of the Linux group whose privileges you want to add to the Lambda process.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 theCfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder.
 
- 
- 
Method Details- 
getAutoAddGroupOwnerDescription copied from interface:CfnResourceDefinitionVersion.GroupOwnerSettingPropertyIndicates whether to give the privileges of the Linux group that owns the resource to the Lambda process.This gives the Lambda process the file access permissions of the Linux group. - Specified by:
- getAutoAddGroupOwnerin interface- CfnResourceDefinitionVersion.GroupOwnerSettingProperty
 
- 
getGroupOwnerDescription copied from interface:CfnResourceDefinitionVersion.GroupOwnerSettingPropertyThe name of the Linux group whose privileges you want to add to the Lambda process.This value is ignored if AutoAddGroupOwneris true.- Specified by:
- getGroupOwnerin interface- CfnResourceDefinitionVersion.GroupOwnerSettingProperty
 
- 
$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()
 
-