Show / Hide Table of Contents

Class CfnTopic.CustomInstructionsProperty

Inheritance
object
CfnTopic.CustomInstructionsProperty
Implements
CfnTopic.ICustomInstructionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTopic.CustomInstructionsProperty : CfnTopic.ICustomInstructionsProperty
Syntax (vb)
Public Class CfnTopic.CustomInstructionsProperty Implements CfnTopic.ICustomInstructionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-custominstructions.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 customInstructionsProperty = new CustomInstructionsProperty {
                 CustomInstructionsString = "customInstructionsString"
             };

Synopsis

Constructors

CustomInstructionsProperty()

Properties

CustomInstructionsString

Constructors

CustomInstructionsProperty()

public CustomInstructionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-custominstructions.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 customInstructionsProperty = new CustomInstructionsProperty {
                 CustomInstructionsString = "customInstructionsString"
             };

Properties

CustomInstructionsString

public string CustomInstructionsString { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-custominstructions.html#cfn-quicksight-topic-custominstructions-custominstructionsstring

Implements

CfnTopic.ICustomInstructionsProperty
Back to top Generated by DocFX