Show / Hide Table of Contents

Interface CfnDataset.IKendraSourceDetailProperty

The source details for the Kendra dataset source.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataset.IKendraSourceDetailProperty
Syntax (vb)
Public Interface CfnDataset.IKendraSourceDetailProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.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.IoTSiteWise;

             var kendraSourceDetailProperty = new KendraSourceDetailProperty {
                 KnowledgeBaseArn = "knowledgeBaseArn",
                 RoleArn = "roleArn"
             };

Synopsis

Properties

KnowledgeBaseArn

The knowledgeBaseArn details for the Kendra dataset source.

RoleArn

The roleARN details for the Kendra dataset source.

Properties

KnowledgeBaseArn

The knowledgeBaseArn details for the Kendra dataset source.

string KnowledgeBaseArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn

RoleArn

The roleARN details for the Kendra dataset source.

string RoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn

Back to top Generated by DocFX