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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnResourceDefinition.GroupOwnerSettingProperty
CfnResourceDefinition.GroupOwnerSettingProperty.Builder, CfnResourceDefinition.GroupOwnerSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResourceDefinition.GroupOwnerSettingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Indicates whether to give the privileges of the Linux group that owns the resource to the Lambda process.final String
The name of the Linux group whose privileges you want to add to the Lambda process.final int
hashCode()
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.GroupOwnerSettingProperty
Indicates 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:
getAutoAddGroupOwner
in interfaceCfnResourceDefinition.GroupOwnerSettingProperty
- See Also:
-
getGroupOwner
Description copied from interface:CfnResourceDefinition.GroupOwnerSettingProperty
The name of the Linux group whose privileges you want to add to the Lambda process.This value is ignored if
AutoAddGroupOwner
is true.- Specified by:
getGroupOwner
in interfaceCfnResourceDefinition.GroupOwnerSettingProperty
- See Also:
-
$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()
-