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