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
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 |
Properties
QBusinessInsightsEnabled
Enables Amazon Q Business Insights for a Topic
.
object? QBusinessInsightsEnabled { get; }