interface CustomNarrativeOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.CustomNarrativeOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_CustomNarrativeOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.CustomNarrativeOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.CustomNarrativeOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const customNarrativeOptionsProperty: quicksight.CfnDashboardPropsMixin.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