Show / Hide Table of Contents

Class CfnDataset.KendraSourceDetailProperty

The source details for the Kendra dataset source.

Inheritance
object
CfnDataset.KendraSourceDetailProperty
Implements
CfnDataset.IKendraSourceDetailProperty
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.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.KendraSourceDetailProperty : CfnDataset.IKendraSourceDetailProperty
Syntax (vb)
Public Class CfnDataset.KendraSourceDetailProperty Implements 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

Constructors

KendraSourceDetailProperty()

The source details for the Kendra dataset source.

Properties

KnowledgeBaseArn

The knowledgeBaseArn details for the Kendra dataset source.

RoleArn

The roleARN details for the Kendra dataset source.

Constructors

KendraSourceDetailProperty()

The source details for the Kendra dataset source.

public KendraSourceDetailProperty()
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"
             };

Properties

KnowledgeBaseArn

The knowledgeBaseArn details for the Kendra dataset source.

public string KnowledgeBaseArn { get; set; }
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.

public string RoleArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnDataset.IKendraSourceDetailProperty
Back to top Generated by DocFX