Struct rusoto_kinesisanalytics::CloudWatchLoggingOptionDescription [] [src]

pub struct CloudWatchLoggingOptionDescription {
    pub cloud_watch_logging_option_id: Option<Id>,
    pub log_stream_arn: LogStreamARN,
    pub role_arn: RoleARN,
}

Description of the CloudWatch logging option.

Fields

ID of the CloudWatch logging option description.

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 used must have the PutLogEvents policy action enabled.

Trait Implementations

impl Default for CloudWatchLoggingOptionDescription
[src]

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

impl Debug for CloudWatchLoggingOptionDescription
[src]

Formats the value using the given formatter.

impl Clone for CloudWatchLoggingOptionDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more