Class CfnTopic.CustomInstructionsProperty
Implements
Inherited Members
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
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
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; }