Class CfnResourceDefinition.GroupOwnerSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinition.GroupOwnerSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinition.GroupOwnerSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResourceDefinition.GroupOwnerSettingProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinition.GroupOwnerSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinition.GroupOwnerSettingProperty
An implementation for
CfnResourceDefinition.GroupOwnerSettingProperty-
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.CfnResourceDefinition.GroupOwnerSettingProperty
CfnResourceDefinition.GroupOwnerSettingProperty.Builder, CfnResourceDefinition.GroupOwnerSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinition.GroupOwnerSettingProperty.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 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.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 theCfnResourceDefinition.GroupOwnerSettingProperty.Builder.
-
-
Method Details
-
getAutoAddGroupOwner
Description copied from interface:CfnResourceDefinition.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 interfaceCfnResourceDefinition.GroupOwnerSettingProperty
-
getGroupOwner
Description copied from interface:CfnResourceDefinition.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 interfaceCfnResourceDefinition.GroupOwnerSettingProperty
-
$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()
-