aws-cdk-lib.aws_quicksight.CfnDashboard.CustomNarrativeOptionsProperty

interface CustomNarrativeOptionsProperty

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

The custom narrative options.

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 customNarrativeOptionsProperty: quicksight.CfnDashboard.CustomNarrativeOptionsProperty = {
  narrative: 'narrative',
};

Properties

NameTypeDescription
narrativestringThe string input of custom narrative.

narrative

Type: string

The string input of custom narrative.