aws-cdk-lib.aws_quicksight.CfnTopic.SemanticTypeProperty

interface SemanticTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.SemanticTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_SemanticTypeProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.SemanticTypeProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.SemanticTypeProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const semanticTypeProperty: quicksight.CfnTopic.SemanticTypeProperty = {
  falseyCellValue: 'falseyCellValue',
  falseyCellValueSynonyms: ['falseyCellValueSynonyms'],
  subTypeName: 'subTypeName',
  truthyCellValue: 'truthyCellValue',
  truthyCellValueSynonyms: ['truthyCellValueSynonyms'],
  typeName: 'typeName',
  typeParameters: {
    typeParametersKey: 'typeParameters',
  },
};

Properties

NameTypeDescription
falseyCellValue?stringThe semantic type falsey cell value.
falseyCellValueSynonyms?string[]The other names or aliases for the false cell value.
subTypeName?stringThe semantic type sub type name.
truthyCellValue?stringThe semantic type truthy cell value.
truthyCellValueSynonyms?string[]The other names or aliases for the true cell value.
typeName?stringThe semantic type name.
typeParameters?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.