Show / Hide Table of Contents

Class CfnRetriever.KendraIndexConfigurationProperty

Stores an Amazon Kendra index as a retriever.

Inheritance
object
CfnRetriever.KendraIndexConfigurationProperty
Implements
CfnRetriever.IKendraIndexConfigurationProperty
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 CfnRetriever.KendraIndexConfigurationProperty : CfnRetriever.IKendraIndexConfigurationProperty
Syntax (vb)
Public Class CfnRetriever.KendraIndexConfigurationProperty Implements CfnRetriever.IKendraIndexConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-retriever-kendraindexconfiguration.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 kendraIndexConfigurationProperty = new KendraIndexConfigurationProperty {
                 IndexId = "indexId"
             };

Synopsis

Constructors

KendraIndexConfigurationProperty()

Stores an Amazon Kendra index as a retriever.

Properties

IndexId

The identifier of the Amazon Kendra index.

Constructors

KendraIndexConfigurationProperty()

Stores an Amazon Kendra index as a retriever.

public KendraIndexConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-retriever-kendraindexconfiguration.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 kendraIndexConfigurationProperty = new KendraIndexConfigurationProperty {
                 IndexId = "indexId"
             };

Properties

IndexId

The identifier of the Amazon Kendra index.

public string IndexId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-retriever-kendraindexconfiguration.html#cfn-qbusiness-retriever-kendraindexconfiguration-indexid

Implements

CfnRetriever.IKendraIndexConfigurationProperty
Back to top Generated by DocFX