Show / Hide Table of Contents

Interface CfnTopic.ITopicConfigOptionsProperty

Configuration options for a Topic .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-topic-topicconfigoptions.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 topicConfigOptionsProperty = new TopicConfigOptionsProperty {
                 QBusinessInsightsEnabled = false
             };

Synopsis

Properties

QBusinessInsightsEnabled

Enables Amazon Q Business Insights for a Topic .

Properties

QBusinessInsightsEnabled

Enables Amazon Q Business Insights for a Topic .

object? QBusinessInsightsEnabled { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX