Struct rusoto_kinesisanalytics::CloudWatchLoggingOption [] [src]

pub struct CloudWatchLoggingOption {
    pub log_stream_arn: String,
    pub role_arn: String,
}

Provides a description of CloudWatch logging options, including the log stream Amazon Resource Name (ARN) and the role ARN.

Fields

ARN of the CloudWatch log to receive application messages.

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

Trait Implementations

impl Default for CloudWatchLoggingOption
[src]

[src]

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

impl Debug for CloudWatchLoggingOption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CloudWatchLoggingOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations