interface SemanticEntityTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTopic.SemanticEntityTypeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_SemanticEntityTypeProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTopic.SemanticEntityTypeProperty |
![]() | aws_cdk.aws_quicksight.CfnTopic.SemanticEntityTypeProperty |
![]() | 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
Name | Type | Description |
---|---|---|
sub | string | The semantic entity sub type name. |
type | string | The semantic entity type name. |
type | { [string]: string } | IResolvable | 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:
{ [string]: string } |
IResolvable
(optional)
The semantic entity type parameters.