Class CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty
An implementation for
CfnDataSetPropsMixin.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.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty
CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Builder, CfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.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 ObjectgetArn()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 theCfnDataSetPropsMixin.RowLevelPermissionDataSetProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDataSetPropsMixin.RowLevelPermissionDataSetPropertyThe Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.Returns union: either
StringorIDataSetRef- Specified by:
getArnin interfaceCfnDataSetPropsMixin.RowLevelPermissionDataSetProperty- See Also:
-
getFormatVersion
Description copied from interface:CfnDataSetPropsMixin.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 interfaceCfnDataSetPropsMixin.RowLevelPermissionDataSetProperty- See Also:
-
getNamespace
Description copied from interface:CfnDataSetPropsMixin.RowLevelPermissionDataSetPropertyThe namespace associated with the dataset that contains permissions for RLS.- Specified by:
getNamespacein interfaceCfnDataSetPropsMixin.RowLevelPermissionDataSetProperty- See Also:
-
getPermissionPolicy
Description copied from interface:CfnDataSetPropsMixin.RowLevelPermissionDataSetPropertyThe type of permissions to use when interpreting the permissions for RLS.DENY_ACCESSis included for backward compatibility only.- Specified by:
getPermissionPolicyin interfaceCfnDataSetPropsMixin.RowLevelPermissionDataSetProperty- See Also:
-
getStatus
Description copied from interface:CfnDataSetPropsMixin.RowLevelPermissionDataSetPropertyThe status of the row-level security permission dataset.If enabled, the status is
ENABLED. If disabled, the status isDISABLED.- Specified by:
getStatusin interfaceCfnDataSetPropsMixin.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()
-