aws-cdk-lib.aws_quicksight.CfnTemplate.CustomNarrativeOptionsProperty

interface CustomNarrativeOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.CustomNarrativeOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CustomNarrativeOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.CustomNarrativeOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.CustomNarrativeOptionsProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const customNarrativeOptionsProperty: quicksight.CfnTemplate.CustomNarrativeOptionsProperty = {
  narrative: 'narrative',
};

Properties

NameTypeDescription
narrativestringThe string input of custom narrative.

narrative

Type: string

The string input of custom narrative.