pub struct ModuleLoggingConfiguration {
pub cloud_watch_log_group_arn: Option<Value<String>>,
pub enabled: Option<Value<bool>>,
pub log_level: Option<Value<String>>,
}Expand description
The AWS::MWAA::Environment.ModuleLoggingConfiguration property type.
Fields§
§cloud_watch_log_group_arn: Option<Value<String>>Property CloudWatchLogGroupArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
enabled: Option<Value<bool>>Property Enabled.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
log_level: Option<Value<String>>Property LogLevel.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ModuleLoggingConfiguration
impl Debug for ModuleLoggingConfiguration
Source§impl Default for ModuleLoggingConfiguration
impl Default for ModuleLoggingConfiguration
Source§fn default() -> ModuleLoggingConfiguration
fn default() -> ModuleLoggingConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleLoggingConfiguration
impl RefUnwindSafe for ModuleLoggingConfiguration
impl Send for ModuleLoggingConfiguration
impl Sync for ModuleLoggingConfiguration
impl Unpin for ModuleLoggingConfiguration
impl UnwindSafe for ModuleLoggingConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more