Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty

The custom narrative options.

Inheritance
object
CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty
Implements
CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty : CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.CustomNarrativeOptionsProperty Implements CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var customNarrativeOptionsProperty = new CustomNarrativeOptionsProperty {
                 Narrative = "narrative"
             };

Synopsis

Constructors

CustomNarrativeOptionsProperty()

The custom narrative options.

Properties

Narrative

The string input of custom narrative.

Constructors

CustomNarrativeOptionsProperty()

The custom narrative options.

public CustomNarrativeOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var customNarrativeOptionsProperty = new CustomNarrativeOptionsProperty {
                 Narrative = "narrative"
             };

Properties

Narrative

The string input of custom narrative.

public string? Narrative { get; set; }
Property Value

string

Remarks

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

Implements

CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty
Back to top Generated by DocFX