Interface CfnDataSetProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSetProps.Jsii$Proxy
CfnDataSet.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSetPropsstatic final classAn implementation forCfnDataSetProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnDataSetProps.Builderbuilder()default StringThe AWS account ID.default ObjectGroupings of columns that work together in certain Amazon Quick Sight features.default ObjectA set of one or more definitions of aColumnLevelPermissionRule.default ObjectThe data preparation configuration associated with this dataset.default StringAn ID for the dataset that you want to create.default ObjectThe parameters that are declared in a dataset.default ObjectThe refresh properties of a dataset.default ObjectThe usage configuration to apply to child datasets that reference this dataset as a source.default ObjectThe folder that contains fields and nested subfolders for your dataset.When you create the dataset, Amazon QuickSight adds the dataset to these folders.default StringIndicates whether you want to import the data into SPICE.default ObjectThe wait policy to use when creating or updating a Dataset.default ObjectDeprecated.this property has been deprecateddefault StringgetName()The display name for the dataset.default ObjectThe performance optimization configuration of a dataset.default ObjectA list of resource permissions on the dataset.default ObjectDeclares the physical tables that are available in the underlying data sources.default ObjectDeprecated.this property has been deprecateddefault ObjectDeprecated.this property has been deprecateddefault ObjectThe semantic model configuration associated with this dataset.getTags()Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.default StringgetUseAs()The usage of the dataset.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
The AWS account ID.- See Also:
-
getColumnGroups
Groupings of columns that work together in certain Amazon Quick Sight features.Currently, only geospatial hierarchy is supported.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.ColumnGroupProperty>- See Also:
-
getColumnLevelPermissionRules
A set of one or more definitions of aColumnLevelPermissionRule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.ColumnLevelPermissionRuleProperty>- See Also:
-
getDataPrepConfiguration
The data preparation configuration associated with this dataset.Returns union: either
IResolvableorCfnDataSet.DataPrepConfigurationProperty- See Also:
-
getDataSetId
An ID for the dataset that you want to create.This ID is unique per AWS Region for each AWS account.
- See Also:
-
getDatasetParameters
The parameters that are declared in a dataset.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.DatasetParameterProperty>- See Also:
-
getDataSetRefreshProperties
The refresh properties of a dataset.Returns union: either
IResolvableorCfnDataSet.DataSetRefreshPropertiesProperty- See Also:
-
getDataSetUsageConfiguration
The usage configuration to apply to child datasets that reference this dataset as a source.Returns union: either
IResolvableorCfnDataSet.DataSetUsageConfigurationProperty- See Also:
-
getFieldFolders
The folder that contains fields and nested subfolders for your dataset.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.FieldFolderProperty>- See Also:
-
getFolderArns
When you create the dataset, Amazon QuickSight adds the dataset to these folders.
.- See Also:
-
getImportMode
Indicates whether you want to import the data into SPICE.- See Also:
-
getIngestionWaitPolicy
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.
Returns union: either
IResolvableorCfnDataSet.IngestionWaitPolicyProperty- See Also:
-
getLogicalTableMap
Deprecated.this property has been deprecatedReturns union: eitherIResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.LogicalTableProperty>- See Also:
-
getName
The display name for the dataset.- See Also:
-
getPerformanceConfiguration
The performance optimization configuration of a dataset.Returns union: either
IResolvableorCfnDataSet.PerformanceConfigurationProperty- See Also:
-
getPermissions
A list of resource permissions on the dataset.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSet.ResourcePermissionProperty>- See Also:
-
getPhysicalTableMap
Declares the physical tables that are available in the underlying data sources.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSet.PhysicalTableProperty>- See Also:
-
getRowLevelPermissionDataSet
Deprecated.this property has been deprecated(deprecated)Information about a dataset that contains permissions for row-level security (RLS).
The permissions dataset maps fields to users or groups. For more information, see Using Row-Level Security (RLS) to Restrict Access to a Dataset in the Amazon QuickSight User Guide.
The option to deny permissions by setting
PermissionPolicytoDENY_ACCESSis not supported for new RLS datasets.Returns union: either
IResolvableorCfnDataSet.RowLevelPermissionDataSetProperty- See Also:
-
getRowLevelPermissionTagConfiguration
Deprecated.this property has been deprecated(deprecated)The configuration of tags on a dataset to set row-level security.
Returns union: either
IResolvableorCfnDataSet.RowLevelPermissionTagConfigurationProperty- See Also:
-
getSemanticModelConfiguration
The semantic model configuration associated with this dataset.Returns union: either
IResolvableorCfnDataSet.SemanticModelConfigurationProperty- See Also:
-
getTags
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.- See Also:
-
getUseAs
The usage of the dataset.- See Also:
-
builder
- Returns:
- a
CfnDataSetProps.BuilderofCfnDataSetProps
-