Struct aws_sdk_lexmodelsv2::model::CloudWatchLogGroupLogDestination [−][src]
#[non_exhaustive]pub struct CloudWatchLogGroupLogDestination {
pub cloud_watch_log_group_arn: Option<String>,
pub log_prefix: Option<String>,
}Expand description
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.cloud_watch_log_group_arn: Option<String>The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
log_prefix: Option<String>The prefix of the log stream name within the log group that you specified
Implementations
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
The prefix of the log stream name within the log group that you specified
Creates a new builder-style object to manufacture CloudWatchLogGroupLogDestination
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for CloudWatchLogGroupLogDestination
impl Sync for CloudWatchLogGroupLogDestination
impl Unpin for CloudWatchLogGroupLogDestination
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
