interface CustomNarrativeOptionsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.CustomNarrativeOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.CustomNarrativeOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.CustomNarrativeOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const customNarrativeOptionsProperty: quicksight.CfnTemplate.CustomNarrativeOptionsProperty = {
narrative: 'narrative',
};
Properties
Name | Type | Description |
---|---|---|
narrative | string | The string input of custom narrative. |
narrative
Type:
string
The string input of custom narrative.