Show / Hide Table of Contents

Class DataSource

(experimental) Location of the channel data.

Inheritance
System.Object
DataSource
Implements
IDataSource
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.AWS.StepFunctions.Tasks.dll
Syntax (csharp)
public class DataSource : Object, IDataSource
Syntax (vb)
Public Class DataSource
    Inherits Object
    Implements IDataSource
Remarks

Stability: Experimental

Synopsis

Constructors

DataSource()

Properties

S3DataSource

(experimental) S3 location of the data source that is associated with a channel.

Constructors

DataSource()

public DataSource()

Properties

S3DataSource

(experimental) S3 location of the data source that is associated with a channel.

public IS3DataSource S3DataSource { get; set; }
Property Value

IS3DataSource

Remarks

Stability: Experimental

Implements

IDataSource
Back to top Generated by DocFX