Class AnalyticsApplicationReferenceDataSourcesGetArgs
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 AnalyticsApplicationReferenceDataSourcesGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationReferenceDataSourcesGetArgs()
Declaration
public AnalyticsApplicationReferenceDataSourcesGetArgs()
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<AnalyticsApplicationReferenceDataSourcesS3GetArgs> S3 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationReferenceDataSourcesS3GetArgs> |
Schema
The Schema format of the data in the streaming source. See Source Schema below for more details.
Declaration
public Input<AnalyticsApplicationReferenceDataSourcesSchemaGetArgs> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationReferenceDataSourcesSchemaGetArgs> |
TableName
The in-application Table Name.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |