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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDataSetProps
CfnDataSetProps.Builder, CfnDataSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The AWS account ID.final Object
Groupings of columns that work together in certain Amazon QuickSight features.final Object
A set of one or more definitions of aColumnLevelPermissionRule
.final String
An ID for the dataset that you want to create.final Object
The parameters that are declared in a dataset.final Object
The refresh properties of a dataset.final Object
The usage configuration to apply to child datasets that reference this dataset as a source.final Object
The folder that contains fields and nested subfolders for your dataset.When you create the dataset, Amazon QuickSight adds the dataset to these folders.final String
Indicates whether you want to import the data into SPICE.final Object
The wait policy to use when creating or updating a Dataset.final Object
Configures the combination and transformation of the data from the physical tables.final String
getName()
The display name for the dataset.final Object
A list of resource permissions on the dataset.final Object
Declares the physical tables that are available in the underlying data sources.final Object
The row-level security configuration for the data that you want to create.final Object
The 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 int
hashCode()
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:CfnDataSetProps
The AWS account ID.- Specified by:
getAwsAccountId
in interfaceCfnDataSetProps
- See Also:
-
getColumnGroups
Description copied from interface:CfnDataSetProps
Groupings of columns that work together in certain Amazon QuickSight features.Currently, only geospatial hierarchy is supported.
- Specified by:
getColumnGroups
in interfaceCfnDataSetProps
- See Also:
-
getColumnLevelPermissionRules
Description copied from interface:CfnDataSetProps
A set of one or more definitions of aColumnLevelPermissionRule
.- Specified by:
getColumnLevelPermissionRules
in interfaceCfnDataSetProps
- See Also:
-
getDataSetId
Description copied from interface:CfnDataSetProps
An ID for the dataset that you want to create.This ID is unique per AWS Region for each AWS account.
- Specified by:
getDataSetId
in interfaceCfnDataSetProps
- See Also:
-
getDatasetParameters
Description copied from interface:CfnDataSetProps
The parameters that are declared in a dataset.- Specified by:
getDatasetParameters
in interfaceCfnDataSetProps
- See Also:
-
getDataSetRefreshProperties
Description copied from interface:CfnDataSetProps
The refresh properties of a dataset.- Specified by:
getDataSetRefreshProperties
in interfaceCfnDataSetProps
- See Also:
-
getDataSetUsageConfiguration
Description copied from interface:CfnDataSetProps
The usage configuration to apply to child datasets that reference this dataset as a source.- Specified by:
getDataSetUsageConfiguration
in interfaceCfnDataSetProps
- See Also:
-
getFieldFolders
Description copied from interface:CfnDataSetProps
The folder that contains fields and nested subfolders for your dataset.- Specified by:
getFieldFolders
in interfaceCfnDataSetProps
- See Also:
-
getFolderArns
Description copied from interface:CfnDataSetProps
When you create the dataset, Amazon QuickSight adds the dataset to these folders.
.- Specified by:
getFolderArns
in interfaceCfnDataSetProps
- See Also:
-
getImportMode
Description copied from interface:CfnDataSetProps
Indicates whether you want to import the data into SPICE.- Specified by:
getImportMode
in interfaceCfnDataSetProps
- See Also:
-
getIngestionWaitPolicy
Description copied from interface:CfnDataSetProps
The 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:
getIngestionWaitPolicy
in interfaceCfnDataSetProps
- See Also:
-
getLogicalTableMap
Description copied from interface:CfnDataSetProps
Configures the combination and transformation of the data from the physical tables.- Specified by:
getLogicalTableMap
in interfaceCfnDataSetProps
- See Also:
-
getName
Description copied from interface:CfnDataSetProps
The display name for the dataset.- Specified by:
getName
in interfaceCfnDataSetProps
- See Also:
-
getPermissions
Description copied from interface:CfnDataSetProps
A list of resource permissions on the dataset.- Specified by:
getPermissions
in interfaceCfnDataSetProps
- See Also:
-
getPhysicalTableMap
Description copied from interface:CfnDataSetProps
Declares the physical tables that are available in the underlying data sources.- Specified by:
getPhysicalTableMap
in interfaceCfnDataSetProps
- See Also:
-
getRowLevelPermissionDataSet
Description copied from interface:CfnDataSetProps
The row-level security configuration for the data that you want to create.- Specified by:
getRowLevelPermissionDataSet
in interfaceCfnDataSetProps
- See Also:
-
getRowLevelPermissionTagConfiguration
Description copied from interface:CfnDataSetProps
The element you can use to define tags for row-level security.- Specified by:
getRowLevelPermissionTagConfiguration
in interfaceCfnDataSetProps
- See Also:
-
getTags
Description copied from interface:CfnDataSetProps
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.- Specified by:
getTags
in interfaceCfnDataSetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-