Show / Hide Table of Contents

Interface IDataSourceReference

A reference to a DataSource resource.

Namespace: Amazon.CDK.Interfaces.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataSourceReference
Syntax (vb)
Public Interface IDataSourceReference
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 dataSourceReference = new DataSourceReference {
                DataSourceArn = "dataSourceArn",
                DataSourceId = "dataSourceId",
                IndexId = "indexId"
            };

Synopsis

Properties

DataSourceArn

The ARN of the DataSource resource.

DataSourceId

The Id of the DataSource resource.

IndexId

The IndexId of the DataSource resource.

Properties

DataSourceArn

The ARN of the DataSource resource.

string DataSourceArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DataSourceId

The Id of the DataSource resource.

string DataSourceId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IndexId

The IndexId of the DataSource resource.

string IndexId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX