Class CfnDataSet.RowLevelPermissionDataSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionDataSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.RowLevelPermissionDataSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.RowLevelPermissionDataSetProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.RowLevelPermissionDataSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.RowLevelPermissionDataSetProperty
An implementation for
CfnDataSet.RowLevelPermissionDataSetProperty-
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.quicksight.CfnDataSet.RowLevelPermissionDataSetProperty
CfnDataSet.RowLevelPermissionDataSetProperty.Builder, CfnDataSet.RowLevelPermissionDataSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.RowLevelPermissionDataSetProperty.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 StringgetArn()The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.final StringThe user or group rules associated with the dataset that contains permissions for RLS.final StringThe namespace associated with the dataset that contains permissions for RLS.final StringThe type of permissions to use when interpreting the permissions for RLS.final StringThe status of the row-level security permission dataset.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 theCfnDataSet.RowLevelPermissionDataSetProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDataSet.RowLevelPermissionDataSetPropertyThe Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.- Specified by:
getArnin interfaceCfnDataSet.RowLevelPermissionDataSetProperty- See Also:
-
getPermissionPolicy
Description copied from interface:CfnDataSet.RowLevelPermissionDataSetPropertyThe type of permissions to use when interpreting the permissions for RLS.DENY_ACCESSis included for backward compatibility only.- Specified by:
getPermissionPolicyin interfaceCfnDataSet.RowLevelPermissionDataSetProperty- See Also:
-
getFormatVersion
Description copied from interface:CfnDataSet.RowLevelPermissionDataSetPropertyThe user or group rules associated with the dataset that contains permissions for RLS.By default,
FormatVersionisVERSION_1. WhenFormatVersionisVERSION_1,UserNameandGroupNameare required. WhenFormatVersionisVERSION_2,UserARNandGroupARNare required, andNamespacemust not exist.- Specified by:
getFormatVersionin interfaceCfnDataSet.RowLevelPermissionDataSetProperty- See Also:
-
getNamespace
Description copied from interface:CfnDataSet.RowLevelPermissionDataSetPropertyThe namespace associated with the dataset that contains permissions for RLS.- Specified by:
getNamespacein interfaceCfnDataSet.RowLevelPermissionDataSetProperty- See Also:
-
getStatus
Description copied from interface:CfnDataSet.RowLevelPermissionDataSetPropertyThe status of the row-level security permission dataset.If enabled, the status is
ENABLED. If disabled, the status isDISABLED.- Specified by:
getStatusin interfaceCfnDataSet.RowLevelPermissionDataSetProperty- 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()
-