interface CustomNarrativeOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.CustomNarrativeOptionsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_CustomNarrativeOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomNarrativeOptionsProperty | 
|  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| narrative | string | The string input of custom narrative. | 
narrative
Type:
string
The string input of custom narrative.
