Class CfnDataSetPropsMixin.SemanticTableProperty
A semantic table that represents the final analytical structure of the data.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.SemanticTableProperty : CfnDataSetPropsMixin.ISemanticTableProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.SemanticTableProperty Implements CfnDataSetPropsMixin.ISemanticTableProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var tagRuleConfigurations;
var semanticTableProperty = new SemanticTableProperty {
Alias = "alias",
DestinationTableId = "destinationTableId",
RowLevelPermissionConfiguration = new RowLevelPermissionConfigurationProperty {
RowLevelPermissionDataSet = new RowLevelPermissionDataSetProperty {
Arn = "arn",
FormatVersion = "formatVersion",
Namespace = "namespace",
PermissionPolicy = "permissionPolicy",
Status = "status"
},
TagConfiguration = new RowLevelPermissionTagConfigurationProperty {
Status = "status",
TagRuleConfigurations = tagRuleConfigurations,
TagRules = new [] { new RowLevelPermissionTagRuleProperty {
ColumnName = "columnName",
MatchAllValue = "matchAllValue",
TagKey = "tagKey",
TagMultiValueDelimiter = "tagMultiValueDelimiter"
} }
}
}
};
Synopsis
Constructors
| SemanticTableProperty() | A semantic table that represents the final analytical structure of the data. |
Properties
| Alias | Alias for the semantic table. |
| DestinationTableId | The identifier of the destination table from data preparation that provides data to this semantic table. |
| RowLevelPermissionConfiguration | Configuration for row level security that control data access for this semantic table. |
Constructors
SemanticTableProperty()
A semantic table that represents the final analytical structure of the data.
public SemanticTableProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var tagRuleConfigurations;
var semanticTableProperty = new SemanticTableProperty {
Alias = "alias",
DestinationTableId = "destinationTableId",
RowLevelPermissionConfiguration = new RowLevelPermissionConfigurationProperty {
RowLevelPermissionDataSet = new RowLevelPermissionDataSetProperty {
Arn = "arn",
FormatVersion = "formatVersion",
Namespace = "namespace",
PermissionPolicy = "permissionPolicy",
Status = "status"
},
TagConfiguration = new RowLevelPermissionTagConfigurationProperty {
Status = "status",
TagRuleConfigurations = tagRuleConfigurations,
TagRules = new [] { new RowLevelPermissionTagRuleProperty {
ColumnName = "columnName",
MatchAllValue = "matchAllValue",
TagKey = "tagKey",
TagMultiValueDelimiter = "tagMultiValueDelimiter"
} }
}
}
};
Properties
Alias
Alias for the semantic table.
public string? Alias { get; set; }
Property Value
Remarks
DestinationTableId
The identifier of the destination table from data preparation that provides data to this semantic table.
public string? DestinationTableId { get; set; }
Property Value
Remarks
RowLevelPermissionConfiguration
Configuration for row level security that control data access for this semantic table.
public object? RowLevelPermissionConfiguration { get; set; }