Struct rusoto_kinesisanalytics::KinesisStreamsOutput [] [src]

pub struct KinesisStreamsOutput {
    pub resource_arn: ResourceARN,
    pub role_arn: RoleARN,
}

When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.

Fields

ARN of the destination Amazon Kinesis stream to write to.

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

Trait Implementations

impl Default for KinesisStreamsOutput
[src]

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

impl Debug for KinesisStreamsOutput
[src]

Formats the value using the given formatter.

impl Clone for KinesisStreamsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more