public static final class CfnDataSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSetProps
CfnDataSetProps
CfnDataSetProps.Builder, CfnDataSetProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAwsAccountId()
The AWS account ID.
|
java.lang.Object |
getColumnGroups()
Groupings of columns that work together in certain Amazon QuickSight features.
|
java.lang.Object |
getColumnLevelPermissionRules()
A set of one or more definitions of a `ColumnLevelPermissionRule` .
|
java.lang.String |
getDataSetId()
An ID for the dataset that you want to create.
|
java.lang.Object |
getDataSetUsageConfiguration()
`AWS::QuickSight::DataSet.DataSetUsageConfiguration`.
|
java.lang.Object |
getFieldFolders()
The folder that contains fields and nested subfolders for your dataset.
|
java.lang.String |
getImportMode()
Indicates whether you want to import the data into SPICE.
|
java.lang.Object |
getIngestionWaitPolicy()
The wait policy to use when creating or updating a Dataset.
|
java.lang.Object |
getLogicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
java.lang.String |
getName()
The display name for the dataset.
|
java.lang.Object |
getPermissions()
A list of resource permissions on the dataset.
|
java.lang.Object |
getPhysicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
java.lang.Object |
getRowLevelPermissionDataSet()
The row-level security configuration for the data that you want to create.
|
java.util.List<CfnTag> |
getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAwsAccountId()
CfnDataSetProps
getAwsAccountId
in interface CfnDataSetProps
public final java.lang.Object getColumnGroups()
CfnDataSetProps
Currently, only geospatial hierarchy is supported.
getColumnGroups
in interface CfnDataSetProps
public final java.lang.Object getColumnLevelPermissionRules()
CfnDataSetProps
getColumnLevelPermissionRules
in interface CfnDataSetProps
public final java.lang.String getDataSetId()
CfnDataSetProps
This ID is unique per AWS Region for each AWS account.
getDataSetId
in interface CfnDataSetProps
public final java.lang.Object getDataSetUsageConfiguration()
CfnDataSetProps
getDataSetUsageConfiguration
in interface CfnDataSetProps
public final java.lang.Object getFieldFolders()
CfnDataSetProps
getFieldFolders
in interface CfnDataSetProps
public final java.lang.String getImportMode()
CfnDataSetProps
getImportMode
in interface CfnDataSetProps
public final java.lang.Object getIngestionWaitPolicy()
CfnDataSetProps
The default is to wait for SPICE ingestion to finish with timeout of 36 hours.
getIngestionWaitPolicy
in interface CfnDataSetProps
public final java.lang.Object getLogicalTableMap()
CfnDataSetProps
getLogicalTableMap
in interface CfnDataSetProps
public final java.lang.String getName()
CfnDataSetProps
getName
in interface CfnDataSetProps
public final java.lang.Object getPermissions()
CfnDataSetProps
getPermissions
in interface CfnDataSetProps
public final java.lang.Object getPhysicalTableMap()
CfnDataSetProps
getPhysicalTableMap
in interface CfnDataSetProps
public final java.lang.Object getRowLevelPermissionDataSet()
CfnDataSetProps
getRowLevelPermissionDataSet
in interface CfnDataSetProps
public final java.util.List<CfnTag> getTags()
CfnDataSetProps
getTags
in interface CfnDataSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()