Class CfnDataSet.RowLevelPermissionTagRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSet.RowLevelPermissionTagRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSet.RowLevelPermissionTagRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSet.RowLevelPermissionTagRuleProperty
@Stability(Stable)
@Internal
public static final class CfnDataSet.RowLevelPermissionTagRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSet.RowLevelPermissionTagRuleProperty
An implementation for
CfnDataSet.RowLevelPermissionTagRuleProperty-
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.RowLevelPermissionTagRuleProperty
CfnDataSet.RowLevelPermissionTagRuleProperty.Builder, CfnDataSet.RowLevelPermissionTagRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSet.RowLevelPermissionTagRuleProperty.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 column name that a tag key is assigned to.final StringA string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.final StringThe unique key for a tag.final StringA string that you want to use to delimit the values when you pass the values at run time.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.RowLevelPermissionTagRuleProperty.Builder.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnDataSet.RowLevelPermissionTagRulePropertyThe column name that a tag key is assigned to.- Specified by:
getColumnNamein interfaceCfnDataSet.RowLevelPermissionTagRuleProperty- See Also:
-
getTagKey
Description copied from interface:CfnDataSet.RowLevelPermissionTagRulePropertyThe unique key for a tag.- Specified by:
getTagKeyin interfaceCfnDataSet.RowLevelPermissionTagRuleProperty- See Also:
-
getMatchAllValue
Description copied from interface:CfnDataSet.RowLevelPermissionTagRulePropertyA string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.For example, you can use an asterisk as your match all value.
- Specified by:
getMatchAllValuein interfaceCfnDataSet.RowLevelPermissionTagRuleProperty- See Also:
-
getTagMultiValueDelimiter
Description copied from interface:CfnDataSet.RowLevelPermissionTagRulePropertyA string that you want to use to delimit the values when you pass the values at run time.For example, you can delimit the values with a comma.
- Specified by:
getTagMultiValueDelimiterin interfaceCfnDataSet.RowLevelPermissionTagRuleProperty- 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()
-