Struct rusoto_kinesisanalytics::KinesisStreamsOutputUpdate [] [src]

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

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.

Fields

Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

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

Trait Implementations

impl Default for KinesisStreamsOutputUpdate
[src]

[src]

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

impl Debug for KinesisStreamsOutputUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KinesisStreamsOutputUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations