Interface CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
The custom narrative options.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var customNarrativeOptionsProperty = new CustomNarrativeOptionsProperty {
Narrative = "narrative"
};
Synopsis
Properties
| Narrative | The string input of custom narrative. |
Properties
Narrative
The string input of custom narrative.
string? Narrative { get; }