interface CustomNarrativeOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_CustomNarrativeOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const customNarrativeOptionsProperty: quicksight_mixins.CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty = {
narrative: 'narrative',
};
Properties
| Name | Type | Description |
|---|---|---|
| narrative? | string | The string input of custom narrative. |
narrative?
Type:
string
(optional)
The string input of custom narrative.

.NET
Go
Java
Python
TypeScript