Show / Hide Table of Contents

Interface CfnDatasetPropsMixin.IDatasetSourceProperty

The data source for the dataset.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.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 datasetSourceProperty = new DatasetSourceProperty {
                 SourceDetail = new SourceDetailProperty {
                     Kendra = new KendraSourceDetailProperty {
                         KnowledgeBaseArn = "knowledgeBaseArn",
                         RoleArn = "roleArn"
                     }
                 },
                 SourceFormat = "sourceFormat",
                 SourceType = "sourceType"
             };

Synopsis

Properties

SourceDetail

The details of the dataset source associated with the dataset.

SourceFormat

The format of the dataset source associated with the dataset.

SourceType

The type of data source for the dataset.

Properties

SourceDetail

The details of the dataset source associated with the dataset.

object? SourceDetail { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDatasetPropsMixin.ISourceDetailProperty

SourceFormat

The format of the dataset source associated with the dataset.

string? SourceFormat { get; }
Property Value

string

Remarks

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

SourceType

The type of data source for the dataset.

string? SourceType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX