aws-cdk-lib.aws_quicksight.CfnTopic.SemanticEntityTypeProperty

interface SemanticEntityTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.SemanticEntityTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_SemanticEntityTypeProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.SemanticEntityTypeProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.SemanticEntityTypeProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTopic » SemanticEntityTypeProperty

A structure that represents a semantic entity 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 semanticEntityTypeProperty: quicksight.CfnTopic.SemanticEntityTypeProperty = {
  subTypeName: 'subTypeName',
  typeName: 'typeName',
  typeParameters: {
    typeParametersKey: 'typeParameters',
  },
};

Properties

NameTypeDescription
subTypeName?stringThe semantic entity sub type name.
typeName?stringThe semantic entity type name.
typeParameters?IResolvable | { [string]: string }The semantic entity type parameters.

subTypeName?

Type: string (optional)

The semantic entity sub type name.


typeName?

Type: string (optional)

The semantic entity type name.


typeParameters?

Type: IResolvable | { [string]: string } (optional)

The semantic entity type parameters.