Class CfnDataSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDataSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSetProps
@Stability(Stable)
@Internal
public static final class CfnDataSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetProps
An implementation for
CfnDataSetProps-
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.CfnDataSetProps
CfnDataSetProps.Builder, CfnDataSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSetProps.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 AWS account ID.final ObjectGroupings of columns that work together in certain Amazon QuickSight features.final ObjectA set of one or more definitions of aColumnLevelPermissionRule.final StringAn ID for the dataset that you want to create.final ObjectAWS::QuickSight::DataSet.DatasetParameters.final ObjectAWS::QuickSight::DataSet.DataSetRefreshProperties.final ObjectThe usage configuration to apply to child datasets that reference this dataset as a source.final ObjectThe folder that contains fields and nested subfolders for your dataset.final StringIndicates whether you want to import the data into SPICE.final ObjectThe wait policy to use when creating or updating a Dataset.final ObjectConfigures the combination and transformation of the data from the physical tables.final StringgetName()The display name for the dataset.final ObjectA list of resource permissions on the dataset.final ObjectDeclares the physical tables that are available in the underlying data sources.final ObjectThe row-level security configuration for the data that you want to create.final ObjectThe element you can use to define tags for row-level security.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the 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 theCfnDataSetProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnDataSetPropsThe AWS account ID.- Specified by:
getAwsAccountIdin interfaceCfnDataSetProps
-
getColumnGroups
Description copied from interface:CfnDataSetPropsGroupings of columns that work together in certain Amazon QuickSight features.Currently, only geospatial hierarchy is supported.
- Specified by:
getColumnGroupsin interfaceCfnDataSetProps
-
getColumnLevelPermissionRules
Description copied from interface:CfnDataSetPropsA set of one or more definitions of aColumnLevelPermissionRule.- Specified by:
getColumnLevelPermissionRulesin interfaceCfnDataSetProps
-
getDataSetId
Description copied from interface:CfnDataSetPropsAn ID for the dataset that you want to create.This ID is unique per AWS Region for each AWS account.
- Specified by:
getDataSetIdin interfaceCfnDataSetProps
-
getDatasetParameters
Description copied from interface:CfnDataSetPropsAWS::QuickSight::DataSet.DatasetParameters.- Specified by:
getDatasetParametersin interfaceCfnDataSetProps
-
getDataSetRefreshProperties
Description copied from interface:CfnDataSetPropsAWS::QuickSight::DataSet.DataSetRefreshProperties.- Specified by:
getDataSetRefreshPropertiesin interfaceCfnDataSetProps
-
getDataSetUsageConfiguration
Description copied from interface:CfnDataSetPropsThe usage configuration to apply to child datasets that reference this dataset as a source.- Specified by:
getDataSetUsageConfigurationin interfaceCfnDataSetProps
-
getFieldFolders
Description copied from interface:CfnDataSetPropsThe folder that contains fields and nested subfolders for your dataset.- Specified by:
getFieldFoldersin interfaceCfnDataSetProps
-
getImportMode
Description copied from interface:CfnDataSetPropsIndicates whether you want to import the data into SPICE.- Specified by:
getImportModein interfaceCfnDataSetProps
-
getIngestionWaitPolicy
Description copied from interface:CfnDataSetPropsThe wait policy to use when creating or updating a Dataset.The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
- Specified by:
getIngestionWaitPolicyin interfaceCfnDataSetProps
-
getLogicalTableMap
Description copied from interface:CfnDataSetPropsConfigures the combination and transformation of the data from the physical tables.- Specified by:
getLogicalTableMapin interfaceCfnDataSetProps
-
getName
Description copied from interface:CfnDataSetPropsThe display name for the dataset.- Specified by:
getNamein interfaceCfnDataSetProps
-
getPermissions
Description copied from interface:CfnDataSetPropsA list of resource permissions on the dataset.- Specified by:
getPermissionsin interfaceCfnDataSetProps
-
getPhysicalTableMap
Description copied from interface:CfnDataSetPropsDeclares the physical tables that are available in the underlying data sources.- Specified by:
getPhysicalTableMapin interfaceCfnDataSetProps
-
getRowLevelPermissionDataSet
Description copied from interface:CfnDataSetPropsThe row-level security configuration for the data that you want to create.- Specified by:
getRowLevelPermissionDataSetin interfaceCfnDataSetProps
-
getRowLevelPermissionTagConfiguration
Description copied from interface:CfnDataSetPropsThe element you can use to define tags for row-level security.- Specified by:
getRowLevelPermissionTagConfigurationin interfaceCfnDataSetProps
-
getTags
Description copied from interface:CfnDataSetPropsContains a map of the key-value pairs for the resource tag or tags assigned to the dataset.- Specified by:
getTagsin interfaceCfnDataSetProps
-
$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()
-