Show / Hide Table of Contents

Class CfnApplication.QuickSightConfigurationProperty

The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.

Inheritance
object
CfnApplication.QuickSightConfigurationProperty
Implements
CfnApplication.IQuickSightConfigurationProperty
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.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.QuickSightConfigurationProperty : CfnApplication.IQuickSightConfigurationProperty
Syntax (vb)
Public Class CfnApplication.QuickSightConfigurationProperty Implements CfnApplication.IQuickSightConfigurationProperty
Remarks

For more information, see Creating an Amazon Quick Suite integrated application .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.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.QBusiness;

             var quickSightConfigurationProperty = new QuickSightConfigurationProperty {
                 ClientNamespace = "clientNamespace"
             };

Synopsis

Constructors

QuickSightConfigurationProperty()

The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.

Properties

ClientNamespace

The Amazon Quick Suite namespace that is used as the identity provider.

Constructors

QuickSightConfigurationProperty()

The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.

public QuickSightConfigurationProperty()
Remarks

For more information, see Creating an Amazon Quick Suite integrated application .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.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.QBusiness;

             var quickSightConfigurationProperty = new QuickSightConfigurationProperty {
                 ClientNamespace = "clientNamespace"
             };

Properties

ClientNamespace

The Amazon Quick Suite namespace that is used as the identity provider.

public string ClientNamespace { get; set; }
Property Value

string

Remarks

For more information about Quick Suite namespaces, see Namespace operations .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html#cfn-qbusiness-application-quicksightconfiguration-clientnamespace

Implements

CfnApplication.IQuickSightConfigurationProperty
Back to top Generated by DocFX