interface SemanticTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTopic.SemanticTypeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTopic.SemanticTypeProperty |
![]() | aws_cdk.aws_quicksight.CfnTopic.SemanticTypeProperty |
![]() | @aws-cdk/aws-quicksight » CfnTopic » SemanticTypeProperty |
A structure that represents a semantic type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const semanticTypeProperty: quicksight.CfnTopic.SemanticTypeProperty = {
falseyCellValue: 'falseyCellValue',
falseyCellValueSynonyms: ['falseyCellValueSynonyms'],
subTypeName: 'subTypeName',
truthyCellValue: 'truthyCellValue',
truthyCellValueSynonyms: ['truthyCellValueSynonyms'],
typeName: 'typeName',
typeParameters: {
typeParametersKey: 'typeParameters',
},
};
Properties
Name | Type | Description |
---|---|---|
falsey | string | The semantic type falsey cell value. |
falsey | string[] | The other names or aliases for the false cell value. |
sub | string | The semantic type sub type name. |
truthy | string | The semantic type truthy cell value. |
truthy | string[] | The other names or aliases for the true cell value. |
type | string | The semantic type name. |
type | IResolvable | { [string]: string } | The semantic type parameters. |
falseyCellValue?
Type:
string
(optional)
The semantic type falsey cell value.
falseyCellValueSynonyms?
Type:
string[]
(optional)
The other names or aliases for the false cell value.
subTypeName?
Type:
string
(optional)
The semantic type sub type name.
truthyCellValue?
Type:
string
(optional)
The semantic type truthy cell value.
truthyCellValueSynonyms?
Type:
string[]
(optional)
The other names or aliases for the true cell value.
typeName?
Type:
string
(optional)
The semantic type name.
typeParameters?
Type:
IResolvable
| { [string]: string }
(optional)
The semantic type parameters.