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 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.CfnResourceDefinitionVersion.GroupOwnerSettingProperty
CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder, CfnResourceDefinitionVersion.GroupOwnerSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 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 theCfnResourceDefinitionVersion.GroupOwnerSettingProperty.Builder.
-
-
Method Details
-
getAutoAddGroupOwner
Description 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.
Returns union: either
BooleanorIResolvable- Specified by:
getAutoAddGroupOwnerin interfaceCfnResourceDefinitionVersion.GroupOwnerSettingProperty- See Also:
-
getGroupOwner
Description 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 interfaceCfnResourceDefinitionVersion.GroupOwnerSettingProperty- 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()
-