Class AnalyticsApplicationReferenceDataSourcesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationReferenceDataSourcesArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationReferenceDataSourcesArgs()
Declaration
public AnalyticsApplicationReferenceDataSourcesArgs()
Properties
View SourceId
The ARN of the Kinesis Analytics Application.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3
The S3 configuration for the reference data source. See S3 Reference below for more details.
Declaration
public Input<AnalyticsApplicationReferenceDataSourcesS3Args> S3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationReferenceDataSourcesS3Args> |
Schema
The Schema format of the data in the streaming source. See Source Schema below for more details.
Declaration
public Input<AnalyticsApplicationReferenceDataSourcesSchemaArgs> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationReferenceDataSourcesSchemaArgs> |
TableName
The in-application Table Name.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |