Interface IIndexReference
A reference to a Index resource.
Namespace: Amazon.CDK.Interfaces.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIndexReference
Syntax (vb)
Public Interface IIndexReference
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.Interfaces.Kendra;
var indexReference = new IndexReference {
IndexArn = "indexArn",
IndexId = "indexId"
};
Synopsis
Properties
| IndexArn | The ARN of the Index resource. |
| IndexId | The Id of the Index resource. |
Properties
IndexArn
The ARN of the Index resource.
string IndexArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
IndexId
The Id of the Index resource.
string IndexId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated