Show / Hide Table of Contents

Class AnalyticsApplicationReferenceDataSourcesSchemaGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationReferenceDataSourcesSchemaGetArgs
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 AnalyticsApplicationReferenceDataSourcesSchemaGetArgs : ResourceArgs

Constructors

View Source

AnalyticsApplicationReferenceDataSourcesSchemaGetArgs()

Declaration
public AnalyticsApplicationReferenceDataSourcesSchemaGetArgs()

Properties

View Source

RecordColumns

The Record Column mapping for the streaming source data element. See Record Columns below for more details.

Declaration
public InputList<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumnGetArgs> RecordColumns { get; set; }
Property Value
Type Description
InputList<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumnGetArgs>
View Source

RecordEncoding

The Encoding of the record in the streaming source.

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

RecordFormat

The Record Format and mapping information to schematize a record. See Record Format below for more details.

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