Struct rusoto_kinesisanalytics::MappingParameters [] [src]

pub struct MappingParameters {
    pub csv_mapping_parameters: Option<CSVMappingParameters>,
    pub json_mapping_parameters: Option<JSONMappingParameters>,
}

When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

Fields

Provides additional mapping information when the record format uses delimiters (for example, CSV).

Provides additional mapping information when JSON is the record format on the streaming source.

Trait Implementations

impl Default for MappingParameters
[src]

Returns the "default value" for a type. Read more

impl Debug for MappingParameters
[src]

Formats the value using the given formatter.

impl Clone for MappingParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more