aws-cdk-lib.aws_quicksight.CfnAnalysis.CustomNarrativeOptionsProperty

interface CustomNarrativeOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.CustomNarrativeOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CustomNarrativeOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.CustomNarrativeOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.CustomNarrativeOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.CustomNarrativeOptionsProperty = {
  narrative: 'narrative',
};

Properties

NameTypeDescription
narrativestringThe string input of custom narrative.

narrative

Type: string

The string input of custom narrative.