Class CfnDataSet.RowLevelPermissionTagConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.RowLevelPermissionTagConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.RowLevelPermissionTagConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.RowLevelPermissionTagConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.RowLevelPermissionTagConfigurationProperty
An implementation for
CfnDataSet.RowLevelPermissionTagConfigurationProperty-
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.RowLevelPermissionTagConfigurationProperty
CfnDataSet.RowLevelPermissionTagConfigurationProperty.Builder, CfnDataSet.RowLevelPermissionTagConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.RowLevelPermissionTagConfigurationProperty.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 StringThe status of row-level security tags.final ObjectThe configuration of tags on a dataset to set row-level security.final ObjectA set of rules associated with row-level security, such as the tag names and columns that they are assigned to.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.RowLevelPermissionTagConfigurationProperty.Builder.
-
-
Method Details
-
getTagRules
Description copied from interface:CfnDataSet.RowLevelPermissionTagConfigurationPropertyA set of rules associated with row-level security, such as the tag names and columns that they are assigned to.- Specified by:
getTagRulesin interfaceCfnDataSet.RowLevelPermissionTagConfigurationProperty- See Also:
-
getStatus
Description copied from interface:CfnDataSet.RowLevelPermissionTagConfigurationPropertyThe status of row-level security tags.If enabled, the status is
ENABLED. If disabled, the status isDISABLED.- Specified by:
getStatusin interfaceCfnDataSet.RowLevelPermissionTagConfigurationProperty- See Also:
-
getTagRuleConfigurations
Description copied from interface:CfnDataSet.RowLevelPermissionTagConfigurationPropertyThe configuration of tags on a dataset to set row-level security.- Specified by:
getTagRuleConfigurationsin interfaceCfnDataSet.RowLevelPermissionTagConfigurationProperty- 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()
-