Struct rusoto_kinesisanalytics::KinesisFirehoseInputUpdate[][src]

pub struct KinesisFirehoseInputUpdate {
    pub resource_arn_update: Option<String>,
    pub role_arn_update: Option<String>,
}

When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.

Fields

Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.

Trait Implementations

impl Default for KinesisFirehoseInputUpdate
[src]

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

impl Debug for KinesisFirehoseInputUpdate
[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisFirehoseInputUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KinesisFirehoseInputUpdate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations