Show / Hide Table of Contents

Interface CfnDatasetPropsMixin.ISourceDetailProperty

The details of the dataset source associated with the dataset.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDatasetPropsMixin.ISourceDetailProperty
Syntax (vb)
Public Interface CfnDatasetPropsMixin.ISourceDetailProperty
Remarks

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

             var sourceDetailProperty = new SourceDetailProperty {
                 Kendra = new KendraSourceDetailProperty {
                     KnowledgeBaseArn = "knowledgeBaseArn",
                     RoleArn = "roleArn"
                 }
             };

Synopsis

Properties

Kendra

Contains details about the Kendra dataset source.

Properties

Kendra

Contains details about the Kendra dataset source.

object? Kendra { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDatasetPropsMixin.IKendraSourceDetailProperty

Back to top Generated by DocFX