interface CustomNarrativeOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.CustomNarrativeOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.CustomNarrativeOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.CustomNarrativeOptionsProperty |
TypeScript | @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.