Class CfnPermissionsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lakeformation.CfnPermissionsProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPermissionsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPermissionsProps
@Stability(Stable)
@Internal
public static final class CfnPermissionsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPermissionsProps
An implementation for
CfnPermissionsProps-
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.lakeformation.CfnPermissionsProps
CfnPermissionsProps.Builder, CfnPermissionsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPermissionsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPermissionsProps.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 ObjectThe AWS Lake Formation principal.The permissions granted or revoked.Indicates the ability to grant permissions (as a subset of permissions granted).final ObjectA structure for the resource.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 theCfnPermissionsProps.Builder.
-
-
Method Details
-
getDataLakePrincipal
Description copied from interface:CfnPermissionsPropsThe AWS Lake Formation principal.- Specified by:
getDataLakePrincipalin interfaceCfnPermissionsProps
-
getResource
Description copied from interface:CfnPermissionsPropsA structure for the resource.- Specified by:
getResourcein interfaceCfnPermissionsProps
-
getPermissions
Description copied from interface:CfnPermissionsPropsThe permissions granted or revoked.- Specified by:
getPermissionsin interfaceCfnPermissionsProps
-
getPermissionsWithGrantOption
Description copied from interface:CfnPermissionsPropsIndicates the ability to grant permissions (as a subset of permissions granted).- Specified by:
getPermissionsWithGrantOptionin interfaceCfnPermissionsProps
-
$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()
-