Interface CfnDashboardPropsMixin.ICustomNarrativeOptionsProperty
The custom narrative options.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ICustomNarrativeOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.AWS.QuickSight;
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; }