Show / Hide Table of Contents

Interface CfnTemplate.ICustomNarrativeOptionsProperty

The custom narrative options.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.ICustomNarrativeOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.ICustomNarrativeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-customnarrativeoptions.html

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.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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-customnarrativeoptions.html#cfn-quicksight-template-customnarrativeoptions-narrative

Back to top Generated by DocFX