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
AWS::QuickSight::DataSet.DatasetParameters
.final Object
AWS::QuickSight::DataSet.DataSetRefreshProperties
.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.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
-
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
-
getColumnLevelPermissionRules
Description copied from interface:CfnDataSetProps
A set of one or more definitions of aColumnLevelPermissionRule
.- Specified by:
getColumnLevelPermissionRules
in interfaceCfnDataSetProps
-
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
-
getDatasetParameters
Description copied from interface:CfnDataSetProps
AWS::QuickSight::DataSet.DatasetParameters
.- Specified by:
getDatasetParameters
in interfaceCfnDataSetProps
-
getDataSetRefreshProperties
Description copied from interface:CfnDataSetProps
AWS::QuickSight::DataSet.DataSetRefreshProperties
.- Specified by:
getDataSetRefreshProperties
in interfaceCfnDataSetProps
-
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
-
getFieldFolders
Description copied from interface:CfnDataSetProps
The folder that contains fields and nested subfolders for your dataset.- Specified by:
getFieldFolders
in interfaceCfnDataSetProps
-
getImportMode
Description copied from interface:CfnDataSetProps
Indicates whether you want to import the data into SPICE.- Specified by:
getImportMode
in interfaceCfnDataSetProps
-
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
-
getLogicalTableMap
Description copied from interface:CfnDataSetProps
Configures the combination and transformation of the data from the physical tables.- Specified by:
getLogicalTableMap
in interfaceCfnDataSetProps
-
getName
Description copied from interface:CfnDataSetProps
The display name for the dataset.- Specified by:
getName
in interfaceCfnDataSetProps
-
getPermissions
Description copied from interface:CfnDataSetProps
A list of resource permissions on the dataset.- Specified by:
getPermissions
in interfaceCfnDataSetProps
-
getPhysicalTableMap
Description copied from interface:CfnDataSetProps
Declares the physical tables that are available in the underlying data sources.- Specified by:
getPhysicalTableMap
in interfaceCfnDataSetProps
-
getRowLevelPermissionDataSet
Description copied from interface:CfnDataSetProps
The row-level security configuration for the data that you want to create.- Specified by:
getRowLevelPermissionDataSet
in interfaceCfnDataSetProps
-
getRowLevelPermissionTagConfiguration
Description copied from interface:CfnDataSetProps
The element you can use to define tags for row-level security.- Specified by:
getRowLevelPermissionTagConfiguration
in interfaceCfnDataSetProps
-
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
-
$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()
-