Show / Hide Table of Contents

Class AnalyticsApplicationReferenceDataSourcesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationReferenceDataSourcesArgs
Inherited Members
ResourceArgs.Empty
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 Source

AnalyticsApplicationReferenceDataSourcesArgs()

Declaration
public AnalyticsApplicationReferenceDataSourcesArgs()

Properties

View Source

Id

The ARN of the Kinesis Analytics Application.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

TableName

The in-application Table Name.

Declaration
public Input<string> TableName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.